Adapt a little bit Location's page houses styling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user