From 434ff613cb088398afa4a3aa91da5761efdf4f95 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 10 Feb 2021 12:54:51 +0100 Subject: [PATCH] changed button font size --- themes/default/static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/static/css/main.css b/themes/default/static/css/main.css index ff0c931..27b5c3e 100644 --- a/themes/default/static/css/main.css +++ b/themes/default/static/css/main.css @@ -40,7 +40,7 @@ nav#menu{ height:10vw; margin:1em 0; padding:1em; - font-size: 75%; + font-size: 9pt; line-height: 1.4; color: rgba(40,40,40,1); border:1px solid; @@ -128,7 +128,7 @@ ul.navprevnext{ background-color: #95d1e6; border-radius: 1em; padding:1em 3em; - font-size: 11pt; + font-size: 9pt; line-height: 1.4; list-style: none; border:1px solid black;