Archived
1

Fix post navigation css rule

This commit is contained in:
Jan-Lukas Else 2020-02-14 12:13:55 +01:00
parent eefa03f3f1
commit c8d2935fe3

View File

@ -736,6 +736,9 @@ select {
}
@media screen and (min-width: $break1) {
max-width: 48%;
&:only-child {
max-width: 100%;
}
&--prev {
text-align: left;
}