aboutsummaryrefslogtreecommitdiff
path: root/default.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-23 13:01:03 +0000
committerFuwn <[email protected]>2025-06-23 13:01:03 +0000
commitac0d7ce176be57edf56e03cfaac5e8cc8ea5e402 (patch)
tree47512207cd5b6572166e1913f64ad812e9ef7af8 /default.css
parentfeat(css): Proportional line-height to font-size scaling (diff)
downloadseptember-ac0d7ce176be57edf56e03cfaac5e8cc8ea5e402.tar.xz
september-ac0d7ce176be57edf56e03cfaac5e8cc8ea5e402.zip
feat(css): Responsive font size
Diffstat (limited to 'default.css')
-rw-r--r--default.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/default.css b/default.css
index cc50ae0..4e111bb 100644
--- a/default.css
+++ b/default.css
@@ -10,7 +10,13 @@
--highlight: var(--primary);
--logo: var(--primary);
--font-monospace: "Fira Mono", monospace;
- --font-size: 13.5px;
+ --font-size: auto;
+}
+
+@media (max-width: 600px) {
+ :root {
+ --font-size: 13.5px;
+ }
}
body {