summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorArun Isaac2022-06-29 22:17:32 +0530
committerArun Isaac2022-06-29 22:17:32 +0530
commit4ffa82b50447083b0576c00da21fbc36fd51ef61 (patch)
tree5154745b3930a1f5c0fb7209969de79c0f7e36dc /style.css
parentb239db24ad4193fcef724ba2f2e1a82627f155d4 (diff)
downloadgn-gemtext-4ffa82b50447083b0576c00da21fbc36fd51ef61.tar.gz
style.css: Switch to regular font size.
* style.css (body)[font-size]: Delete property.
Diffstat (limited to 'style.css')
-rw-r--r--style.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/style.css b/style.css
index d71e2c0..8a6bcba 100644
--- a/style.css
+++ b/style.css
@@ -7,7 +7,6 @@ h2,h3,h4 {
body {
font-family: Palatino, 'Palatino Linotype', serif;
color: black;
- font-size: large;
max-width: 1000px;
margin: 0 auto;
}