jlelse
/
Indieroad
Archived
1
Fork 0

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
1 changed files with 3 additions and 0 deletions

View File

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