From 8ac08df19c5df6677122d0d661739de2e7b6a5cb Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Wed, 17 Jul 2019 19:32:59 -0600 Subject: [PATCH] don't scale font size of navbar dropdown --- src/css/header.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/css/header.css b/src/css/header.css index 782f565..61a90dc 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -150,10 +150,6 @@ body { padding-right: 2.5em; } -.navbar-dropdown { - font-size: 0.875rem; -} - .navbar-dropdown .navbar-item { padding-left: 1.5rem; padding-right: 1.5rem; @@ -244,7 +240,6 @@ body { background-color: var(--navbar-menu-background); border: 1px solid var(--navbar-menu-border-color); display: none; - font-size: 0.875rem; top: 100%; left: 0; min-width: 100%; -- 2.11.0