aboutsummaryrefslogtreecommitdiff
path: root/assets/css/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/default.css')
-rw-r--r--assets/css/default.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index f1193eb..b43645e 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -880,14 +880,20 @@ body {
background-color: var(--background);
color: #111;
color: var(--foreground);
- display: flex;
- margin: 0 auto;
- max-width: 1250px;
+ margin: 0;
+ max-width: 600px;
min-height: 100%;
overflow-x: hidden;
-webkit-text-size-adjust: none;
}
+body[data-document="html"],
+body[data-document="xhtml"] {
+ display: flex;
+ margin: 0 auto;
+ max-width: 1250px;
+}
+
column-left {
display: flex;
width: 14.25%;