Browse Source

內容更新修正

jeter20131220 3 years ago
parent
commit
5cec1aa0f4
3 changed files with 11 additions and 2 deletions
  1. 6 1
      style.css
  2. 0 0
      style.css.map
  3. 5 1
      style.scss

+ 6 - 1
style.css

@@ -2241,12 +2241,17 @@ body #btn-a #mobile-btn:hover {
   position: absolute;
   text-align: left;
   font-size: 1.6rem;
-  line-height: 3vw;
+  line-height: 3.5vw;
+  letter-spacing: 2px;
   top: 15vw;
   left: 20vw;
   width: 50vw;
 }
 
+#information .information span {
+  font-size: 1.7rem;
+}
+
 @media screen and (max-width: 1024px) {
   #information .information {
     font-size: 1rem;

File diff suppressed because it is too large
+ 0 - 0
style.css.map


+ 5 - 1
style.scss

@@ -1416,10 +1416,14 @@ body {
         position: absolute;
         text-align: left;
         font-size: 1.6rem;
-        line-height: 3vw;
+        line-height: 3.5vw;
+        letter-spacing: 2px;
         top: 15vw;
         left: 20vw;
         width: 50vw;
+        span{
+            font-size: 1.7rem;
+        }
         @media screen and(max-width:$table) {
             font-size: 1rem;
             line-height: 3vw;

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