aboutsummaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
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 {