armansansd 2 년 전
부모
커밋
80bc1899ea
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      web/themes/custom/popsu/css/styles.css
  2. 0 0
      web/themes/custom/popsu/css/styles.css.map
  3. 1 0
      web/themes/custom/popsu/sass/setup/_globals.scss

+ 2 - 1
web/themes/custom/popsu/css/styles.css

@@ -1140,7 +1140,8 @@ table {
 
 body {
   font-family: "trueno";
-  font-weight: 300; }
+  font-weight: 300;
+  line-height: 1.5; }
 
 /*pages*/
 #header-top-right {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/themes/custom/popsu/css/styles.css.map


+ 1 - 0
web/themes/custom/popsu/sass/setup/_globals.scss

@@ -1,4 +1,5 @@
 body{
 	font-family: "trueno";
 	font-weight: 300;
+	line-height: 1.5;
 }

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