This commit is contained in:
Vrifox 2020-11-12 16:31:56 +01:00
parent a9852b3403
commit b33be9c288
4 changed files with 5 additions and 8 deletions

View file

@ -63,10 +63,8 @@
}
}
@media (max-width: 900px) {
main {
.section.articles.inner {
grid-template-columns: repeat(1, 1fr);
}
.section.posts .inner {
grid-template-columns: repeat(1, 1fr);
}
}
}

View file

@ -42,6 +42,7 @@ h4 {
font-size: .9em;
}
hr {
border-color: $bg60;
color: $bg60;
margin: 60px 0;
}