jeter20131220 3 anni fa
parent
commit
558474deea
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      style.css
  2. 2 2
      style.scss

+ 2 - 2
style.css

@@ -954,7 +954,7 @@ body #btn-a #mobile-btn:hover {
   padding-top: 2vw;
   font-family: 微軟正黑體;
   font-weight: 900;
-  font-size: 1.6rem;
+  font-size: 1.5rem;
   color: #646464;
 }
 
@@ -999,7 +999,7 @@ body #btn-a #mobile-btn:hover {
 }
 
 #Course-list #Course-content .box2:hover h2 {
-  font-size: 1.3rem;
+  font-size: 1.1rem;
 }
 
 #Course-list #Course-content .box2:hover .box-img {

+ 2 - 2
style.scss

@@ -731,7 +731,7 @@ body {
                 padding-top: 2vw;
                 font-family: 微軟正黑體;
                 font-weight: 900;
-                font-size: 1.6rem;
+                font-size: 1.5rem;
                 color: $title-color;
                 @media screen and(max-width:$table) {
                     font-size: 1rem;
@@ -773,7 +773,7 @@ body {
         .box2{
             &:hover {
                 h2 {
-                    font-size: 1.3rem;
+                    font-size: 1.1rem;
                 }
 
                 .box-img {