Skip to content

Commit 7ff048a

Browse files
committed
Fix to docs on mobile.
1 parent d5c15f1 commit 7ff048a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_static/styles/furo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ main {
194194

195195
.main {
196196
display: flex;
197-
flex: 1
197+
flex: 1;
198198
justify-content: space-evenly!important;
199199
}
200200

@@ -1011,7 +1011,7 @@ article {
10111011
@media(max-width: 52em) {
10121012
.content {
10131013
overflow-x:auto;
1014-
width: 100%
1014+
width: 100%!important;
10151015
}
10161016
}
10171017

0 commit comments

Comments
 (0)