responsive stuff
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
background-color: $c-white;
|
||||
padding: 5px;
|
||||
padding: 10px 15px;
|
||||
transform: translate(-5px, -5px);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,10 +16,14 @@
|
||||
}
|
||||
|
||||
.location-tile {
|
||||
width: calc(50% - 2.5rem);
|
||||
width: 100%;
|
||||
margin-bottom: 3rem;
|
||||
color: $c-textAlt;
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
width: calc(50% - 2.5rem);
|
||||
}
|
||||
|
||||
&:first-of-type {
|
||||
width: 100%;
|
||||
.leaflet-map {
|
||||
|
||||
Reference in New Issue
Block a user