diff options
| author | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-01 14:26:17 +0000 | 
|---|---|---|
| committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-01 16:58:02 +0000 | 
| commit | 3803d680bc829d743380664d6299220bba4c4bca (patch) | |
| tree | 272bb98bb9b165b59ea9577a936fd58ffda38bc7 /share | |
| parent | bc866494f7b77eebe7950f4dcf076616c181bd32 (diff) | |
| download | blog-3803d680bc829d743380664d6299220bba4c4bca.tar.gz blog-3803d680bc829d743380664d6299220bba4c4bca.tar.bz2 blog-3803d680bc829d743380664d6299220bba4c4bca.zip | |
Make front 10% bigger to improve readability
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 59001fd..31127c1 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: 1em; +    font-size: 1.1em;      margin: auto;      padding: 20px;      max-width: 720px; |