Browse Source

內容修正

jeter20131220 3 years ago
parent
commit
6abb0b5841
4 changed files with 12 additions and 1 deletions
  1. 1 1
      index.html
  2. 6 0
      style.css
  3. 0 0
      style.css.map
  4. 5 0
      style.scss

+ 1 - 1
index.html

@@ -170,7 +170,7 @@
             </div>
         </div>
     </section>
-    <section class="text-center">
+    <section id="descourse-title" class="text-center">
         <p>Essential Course Syllabus</p>
         <h1 class="title-main">精華課程大綱</h1>
         <hr class="line" style="opacity: 1;">

+ 6 - 0
style.css

@@ -759,6 +759,12 @@ body #btn-a #mobile-btn:hover {
   top: 60px;
 }
 
+@media screen and (max-width: 767px) {
+  #descourse-title {
+    display: none;
+  }
+}
+
 .Course-list {
   text-align: center;
   position: relative;

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


+ 5 - 0
style.scss

@@ -575,6 +575,11 @@ body {
         top:60px;
     }
 }
+#descourse-title{
+    @media screen and(max-width:$moblie) {
+        display: none;
+    }
+}
 // 電腦版課程大綱
 .Course-list {
     text-align: center;

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