Skip to content

Commit c60ca0d

Browse files
author
Kyle Banker
committed
minor: fix small screen width
1 parent 51fb299 commit c60ca0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

static/theme-flex/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,12 @@ header nav.shortcuts li a {
339339
max-width: 700px;
340340
}
341341

342+
@media screen and (max-width: 500px) {
343+
.main-content-left {
344+
min-width: auto;
345+
}
346+
}
347+
342348
article {
343349
display: block !important;
344350
-ms-flex: none !important;

0 commit comments

Comments
 (0)