Browse Source

Smaller navbar text

JC Brand 6 years ago
parent
commit
be99af4fc2
2 changed files with 7 additions and 10 deletions
  1. 5 7
      css/website.css
  2. 2 3
      sass/_website.scss

+ 5 - 7
css/website.css

@@ -5366,18 +5366,16 @@ a:hover, a:focus {
 .navbar {
   font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
   margin-bottom: 0;
-  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
-  text-transform: uppercase;
-  background: transparent; }
+  background: transparent;
+  font-size: 95%;
+  font-weight: normal; }
   .navbar .navbar-collapse {
     justify-content: space-between; }
   .navbar a {
     color: white; }
 
-.navbar-brand {
-  font-weight: 700; }
-  .navbar-brand:focus {
-    outline: none; }
+.navbar-brand:focus {
+  outline: none; }
 
 .navbar-custom a {
   color: #ffffff; }

+ 2 - 3
sass/_website.scss

@@ -72,9 +72,9 @@ a:hover, a:focus {
 .navbar {
     font-family: Futura,Helvetica,Trebuchet MS,Arial,sans-serif;
     margin-bottom: 0;
-    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
-    text-transform: uppercase;
 	background: transparent;
+    font-size: 95%;
+    font-weight: normal;
 
 	.navbar-collapse {
 		justify-content: space-between;
@@ -85,7 +85,6 @@ a:hover, a:focus {
 }
 
 .navbar-brand {
-    font-weight: 700;
     &:focus {
         outline: none;
     }