From 9934b66b1dbe807092c6d70bdba5c5ecfe4fd588 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 25 Nov 2019 06:38:41 +0100 Subject: [PATCH] Make navigation elements a little bigger. --- static/assets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/assets/style.css b/static/assets/style.css index 98f2c27..3658925 100644 --- a/static/assets/style.css +++ b/static/assets/style.css @@ -37,6 +37,11 @@ body padding: 0; } +.nav a +{ + font-size: 110%; +} + h1, h2, h3, h4, h5, h6 { font-family: sans-serif;