feat/sw-561: some design tweaks for container widths

This commit is contained in:
Linus Flood
2024-10-07 09:17:04 +02:00
parent 4103e3fb37
commit ed55f966c7
4 changed files with 8 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
background-color: var(--Base-Surface-Primary-light-Normal);
border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium);
width: 307px;
width: 100%;
}
.imageContainer {
@@ -72,7 +72,7 @@
"image hotel"
"image prices";
overflow: hidden;
width: 1050px;
width: 100%;
padding: 0;
}