We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cf8bd commit 8b54277Copy full SHA for 8b54277
1 file changed
css/site_modules.css
@@ -152,8 +152,11 @@ pre, div.mw-geshi {
152
overflow: auto;
153
}
154
155
-span.mw-geshi {
156
- white-space: nowrap
+/* 最小宽度 */
+@media (min-width: 51rem) {
157
+ span.mw-geshi {
158
+ white-space: nowrap
159
+ }
160
161
162
.mw-geshi a {
@@ -1659,11 +1662,19 @@ div#cpp-content-base {
1659
1662
1660
1663
1661
1664
div#content {
- margin: auto;
1665
position: static;
1666
+ width: 100%;
1667
+}
1668
+
1669
1670
+@media (min-width: 48.75rem) {
1671
+ div#content {
1672
+ margin: auto;
1673
width: 48.75em;
1674
1675
1676
1677
1678
html, body {
1679
font-family: "DejaVu Sans", arial, sans-serif;
1680
font-size: 1em;
0 commit comments