only apply font settings to first item in navbar-brand
authorDan Allen <dan@opendevise.com>
Fri, 6 Apr 2018 07:11:35 +0000 (01:11 -0600)
committerDan Allen <dan@opendevise.com>
Fri, 6 Apr 2018 07:11:35 +0000 (01:11 -0600)
src/css/header.css

index fc8b35a..0bb4ec0 100644 (file)
@@ -26,8 +26,8 @@ body {
   text-decoration: none;
 }
 
-.navbar-brand .navbar-item,
-.navbar-brand .navbar-item a {
+.navbar-brand .navbar-item:first-child,
+.navbar-brand .navbar-item:first-child a {
   color: var(--color-navbar-text);
   font-size: 1.15rem;
 }