diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-18 09:25:12 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-18 09:25:12 +0200 |
| commit | 5376a5400d853a9b5c6dbf1ed130754b3ba9d297 (patch) | |
| tree | 182def9d478600cd214353048c131c86d44ed921 /stylesheets | |
| parent | 72af791dc99d7bd8c69ddc7f1d45dc9b86870839 (diff) | |
| download | jo.mssola.com-5376a5400d853a9b5c6dbf1ed130754b3ba9d297.tar.gz jo.mssola.com-5376a5400d853a9b5c6dbf1ed130754b3ba9d297.zip | |
Make the font a bit bigger on large screens
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/site.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/stylesheets/site.css b/stylesheets/site.css index b86db5d..7cc1e3c 100644 --- a/stylesheets/site.css +++ b/stylesheets/site.css @@ -27,7 +27,7 @@ body>header>:only-child { body { grid-template-columns: 1fr min(60rem,90%) 1fr; - font-size: 1rem; + font-size: 1.2rem; } body header { @@ -174,6 +174,10 @@ hr { * Style to apply for reduced screens. */ @media only screen and (width <= 720px) { + body { + font-size: 1rem; + } + header { padding: 0.5rem 0 !important; nav { |
