@@ -170,7 +170,7 @@
</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;">
@@ -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;
@@ -575,6 +575,11 @@ body {
top:60px;
+#descourse-title{
+ @media screen and(max-width:$moblie) {
// 電腦版課程大綱