jeter20131220 3 년 전
부모
커밋
9eb866bdfe
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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;
 }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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;
 		}

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.