jeter20131220 3 년 전
부모
커밋
fb3299d8b0
3개의 변경된 파일3개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 4
      desktopB/style.css
  2. 0 0
      desktopB/style.css.map
  3. 2 5
      desktopB/style.scss

+ 1 - 4
desktopB/style.css

@@ -36,12 +36,10 @@ body .btn .btn-main:hover {
 }
 }
 
 
 body .title {
 body .title {
-  font-weight: bolder;
-  font-family: "Times New Roman", Times, serif;
   padding: 15px;
   padding: 15px;
   font-size: 45px;
   font-size: 45px;
   color: #4b515e;
   color: #4b515e;
-  padding-left: 10vw;
+  text-align: center;
 }
 }
 
 
 body .arrow {
 body .arrow {
@@ -227,7 +225,6 @@ body .arrow {
 #contact-us {
 #contact-us {
   margin: 0 auto;
   margin: 0 auto;
   width: 100vw;
   width: 100vw;
-  background: #eee;
   position: relative;
   position: relative;
 }
 }
 
 

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


+ 2 - 5
desktopB/style.scss

@@ -37,12 +37,11 @@ body {
         }
         }
     }
     }
     .title {
     .title {
-        font-weight: bolder;
-        font-family: "Times New Roman", Times, serif;
+      
         padding: 15px;
         padding: 15px;
         font-size: 45px;
         font-size: 45px;
         color: $title-color;
         color: $title-color;
-        padding-left: 10vw;
+        text-align: center;
     }
     }
     .arrow {
     .arrow {
         position: fixed;
         position: fixed;
@@ -198,8 +197,6 @@ body {
 #contact-us {
 #contact-us {
     margin: 0 auto;
     margin: 0 auto;
     width: 100vw;
     width: 100vw;
-
-    background: #eee;
     position: relative;
     position: relative;
 
 
     .contact-text {
     .contact-text {

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