refactor(SW-94): cleaner css selector for hotel page container

This commit is contained in:
Chuma McPhoy
2024-08-12 14:04:33 +02:00
parent b19dbf0664
commit a38ba188ed

View File

@@ -20,7 +20,7 @@
}
@media screen and (min-width: 1367px) {
.pageContainer > *:not(nav) {
.mainSection {
padding: var(--Spacing-x9) var(--Spacing-x5);
}