diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-09 16:34:31 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-09 16:34:31 +0000 |
commit | d54216b239f7b02fcd74b64c90d891998e62d671 (patch) | |
tree | e778c05ce1c3b43d2f716e017754570fb89fb183 /share | |
parent | 3803d680bc829d743380664d6299220bba4c4bca (diff) | |
download | blog-d54216b239f7b02fcd74b64c90d891998e62d671.tar.gz blog-d54216b239f7b02fcd74b64c90d891998e62d671.tar.bz2 blog-d54216b239f7b02fcd74b64c90d891998e62d671.zip |
Add text a little bit bigger (15% in total)
Diffstat (limited to 'share')
-rw-r--r-- | share/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/style.css b/share/style.css index 31127c1..592e612 100644 --- a/share/style.css +++ b/share/style.css @@ -7,7 +7,7 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; - font-size: 1.1em; + font-size: 1.15em; margin: auto; padding: 20px; max-width: 720px; |