Adapt a little bit Location's page houses styling

This commit is contained in:
2021-11-21 16:51:03 +01:00
parent 8d487e0ef7
commit 77bd85b408
2 changed files with 28 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
background: #fff;
// Intro
.location-page__intro {
&__intro {
position: relative;
background: $color-primary;
@@ -71,6 +71,11 @@
.city {
text-align: center;
margin-left: auto;
@include bp (md) {
margin-right: auto;
padding-left: min(400px, 16vw);
}
}
}
}
@@ -187,9 +192,12 @@
// House
.house {
&:not(:last-child) {
margin-bottom: 86px;
margin-bottom: 72px;
@include bp (sm) {
margin-bottom: 88px;
}
@include bp (md) {
margin-bottom: 120px;
}
}