Browse Source

調整標題位置

SyuanYu 7 months ago
parent
commit
803c0f16dc
4 changed files with 3 additions and 1 deletions
  1. 1 1
      columns/lists/index.html
  2. 1 0
      css/lists.css
  3. 0 0
      css/lists.css.map
  4. 1 0
      css/lists.scss

+ 1 - 1
columns/lists/index.html

@@ -172,7 +172,7 @@
   </div>
   </div>
 
 
   <div class="container d-flex flex-column align-items-center justify-content-center list-content">
   <div class="container d-flex flex-column align-items-center justify-content-center list-content">
-    <!-- <h2 class="list-headline"></h2> -->
+    <h2 class="list-headline"></h2>
 
 
     <!-- 搜尋 -->
     <!-- 搜尋 -->
     <div class="row w-100 justify-content-center mt-5">
     <div class="row w-100 justify-content-center mt-5">

+ 1 - 0
css/lists.css

@@ -12,6 +12,7 @@
 }
 }
 
 
 .list-headline {
 .list-headline {
+  height: 25px;
   font-size: 24px;
   font-size: 24px;
   font-weight: 500;
   font-weight: 500;
 }
 }

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


+ 1 - 0
css/lists.scss

@@ -11,6 +11,7 @@
 }
 }
 
 
 .list-headline {
 .list-headline {
+  height: 25px;
   font-size: 24px;
   font-size: 24px;
   font-weight: 500;
   font-weight: 500;
 }
 }

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