Skip to content

Commit 52973de

Browse files
author
Kadee80
committed
update code readability
1 parent 61b68ed commit 52973de

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/source/static/custom.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ div.body h2{
3434
font-size: 22px;
3535
}
3636

37-
@media screen and (max-width: 875px), (max-device-width: 768px) {
37+
@media screen and (max-width: 875px), (max-device-width: 767px) {
3838

3939
body {
4040
margin: 0;
@@ -114,9 +114,13 @@ div.body h2{
114114
}
115115

116116
pre, tt, code {
117-
font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
118-
font-size: 1.2em;
117+
font-size: 1.5em;
119118
}
120119
}
121120

121+
@media screen and (min-device-width: 320px)and (max-device-width: 640px) {
122122

123+
pre, tt, code {
124+
font-size: 2em;
125+
}
126+
}

0 commit comments

Comments
 (0)