aboutsummaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2025-09-18 09:25:12 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2025-09-18 09:25:12 +0200
commit5376a5400d853a9b5c6dbf1ed130754b3ba9d297 (patch)
tree182def9d478600cd214353048c131c86d44ed921 /stylesheets
parent72af791dc99d7bd8c69ddc7f1d45dc9b86870839 (diff)
downloadjo.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.css6
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 {