Tweaking teaser / teaser list on mobile viewport
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
.LP-PlaceList{
|
||||
.LP-PlaceList__List{
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
.LP-Link{
|
||||
.LP-Place{
|
||||
@@ -23,6 +25,10 @@
|
||||
max-width: 900px;
|
||||
//min-width: 450px;
|
||||
margin: 18px 0;
|
||||
@media (max-width: $-viewport-medium) {
|
||||
width: 100%;
|
||||
margin-bottom: $-spacing-large;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user