Fixes mobile nav and list styles on gh-pages

Closes #88
pull/130/head
sobolevn 7 years ago
parent f901cfa419
commit 18c1c001b1
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -181,10 +181,7 @@
}
.post-list {
margin-left: 0;
// list-style: none;
> li {
li {
margin-bottom: 10px;
}
}
@ -255,9 +252,15 @@
display: flex;
justify-content: space-between;
flex-wrap: wrap;
a {
color: $purple-color-dark;
@include media-query($on-laptop) {
flex-basis: 100%;
text-align: center;
}
}
}

Loading…
Cancel
Save