浏览代码

調整標題位置

SyuanYu 10 月之前
父节点
当前提交
803c0f16dc
共有 4 个文件被更改,包括 3 次插入1 次删除
  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;
 }
 }

文件差异内容过多而无法显示
+ 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;
 }
 }

部分文件因为文件数量过多而无法显示