Merged in fix/left-align-ameneties (pull request #2734)
* left align sho all ameneties
This commit is contained in:
@@ -56,8 +56,8 @@
|
|||||||
|
|
||||||
.slotWrapper {
|
.slotWrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
|
|
||||||
@media screen and (min-width: 1367px) {
|
@media screen and (min-width: 1367px) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@@ -109,8 +109,8 @@ export function HotelInfoCard({
|
|||||||
{slot}
|
{slot}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div className={styles.slotWrapper}>{slot}</div>
|
||||||
</section>
|
</section>
|
||||||
<div className={styles.slotWrapper}>{slot}</div>
|
|
||||||
{alerts.map((alert) => (
|
{alerts.map((alert) => (
|
||||||
<SpecialAlert key={alert.id} alert={alert} />
|
<SpecialAlert key={alert.id} alert={alert} />
|
||||||
))}
|
))}
|
||||||
|
|||||||
Reference in New Issue
Block a user