diff options
author | mms <michal@sapka.me> | 2024-07-30 15:18:03 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-07-30 15:18:03 +0200 |
commit | e7db1820906f509be253ff7920c3e3f02a186feb (patch) | |
tree | 30c076c23f5a685cd28fa99f8c300ff0b878e084 /layouts/brain-rot/baseof.html | |
parent | d35fb8e92718bbb14eb8d17aada2ab82cde4d561 (diff) |
feat: fix sentence
Diffstat (limited to 'layouts/brain-rot/baseof.html')
-rw-r--r-- | layouts/brain-rot/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/brain-rot/baseof.html b/layouts/brain-rot/baseof.html index 98ab9da..2a80353 100644 --- a/layouts/brain-rot/baseof.html +++ b/layouts/brain-rot/baseof.html @@ -61,7 +61,7 @@ html { height:100%; font-family: serif; - font-size: 1em; + font-size: 1.2em; color: var(--text-color); } body { |