Skip to content

Commit 9235e6c

Browse files
committed
fix(retain previous responsiveness on mobile):
1 parent 9303a8a commit 9235e6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/styles/app.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,4 +622,10 @@ blockquote::before {
622622
.vertical-center {
623623
display: flex;
624624
align-items: center;
625+
}
626+
627+
@media only screen and (max-width: 545px) {
628+
.vertical-center {
629+
display: block;
630+
}
625631
}

0 commit comments

Comments
 (0)