Browse Source

Made font-size for desktop-size header smaller.

KrisVos130 7 years ago
parent
commit
f452557906
1 changed files with 4 additions and 4 deletions
  1. 4 4
      frontend/app/styles/navbar.scss

+ 4 - 4
frontend/app/styles/navbar.scss

@@ -118,10 +118,10 @@ header {
 			position: unset;
 
 			a {
-				height: 38px;
-				line-height: 38px;
-				font-size: 29px;
-				padding: 13px;
+				height: 24px;
+				line-height: 24px;
+				font-size: 18px;
+				padding: 20px 10px;
 			}
 		}
 	}