update
This commit is contained in:
parent
a9852b3403
commit
b33be9c288
4 changed files with 5 additions and 8 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,6 +42,7 @@ h4 {
|
|||
font-size: .9em;
|
||||
}
|
||||
hr {
|
||||
border-color: $bg60;
|
||||
color: $bg60;
|
||||
margin: 60px 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue