jeter20131220 3 years ago
parent
commit
9eb866bdfe
3 changed files with 4 additions and 4 deletions
  1. 2 2
      html/static/scss/style.css
  2. 0 0
      html/static/scss/style.css.map
  3. 2 2
      html/static/scss/style.scss

+ 2 - 2
html/static/scss/style.css

@@ -1485,7 +1485,7 @@ body {
 
 .sidenav a {
   text-decoration: none;
-  font-size: 4.3vmin;
+  font-size: 32px;
   color: #f1f1f1;
   display: block;
   -webkit-transition: 0.3s;
@@ -1511,7 +1511,7 @@ body {
 }
 
 .sidenav .nav-list .nav-list-item {
-  font-size: 2.6vmin;
+  font-size: 16px;
   cursor: pointer;
   position: relative;
 }

File diff suppressed because it is too large
+ 0 - 0
html/static/scss/style.css.map


+ 2 - 2
html/static/scss/style.scss

@@ -1340,7 +1340,7 @@ body {
 	}
 	a {
 		text-decoration: none;
-		font-size: 4.3vmin;
+		font-size: 32px;
 		color: #f1f1f1;
 		display: block;
 		transition: 0.3s;
@@ -1362,7 +1362,7 @@ body {
 		text-align: center;
 	
 		.nav-list-item {
-			font-size: 2.6vmin;
+			font-size: 16px;
 			cursor: pointer;
 			position: relative;
 		}

Some files were not shown because too many files changed in this diff