浏览代码

修改常見問題版面

Mike 3 年之前
父节点
当前提交
be511d93fb
共有 1 个文件被更改,包括 5 次插入9 次删除
  1. 5 9
      themes/hugo-lamp/layouts/post/single.html

+ 5 - 9
themes/hugo-lamp/layouts/post/single.html

@@ -1,15 +1,11 @@
 {{ define "main" }}
   
 <section class="page-wrapper">
-  <div class="container-fluid" style="padding:0px;">
-    <div class="row" style="padding-top:60px;">
-      <div class="col-md-10 mx-auto">
-        <div class="mb-4 text-center title brand-color"><b>{{ .Title }}</b></div>
-        <div class="mb-5 post">
-          <div class="mb-5">
-            {{ .Content }}
-          </div>
-        </div>
+  <div class="row" style="padding-top:60px;">
+    <div class="col-md-10 mx-auto" style="padding-top:0px;">
+      <div class="mb-4 text-center title brand-color"><b>{{ .Title }}</b></div>
+      <div class="mb-5 post">
+        {{ .Content }}
       </div>
     </div>
   </div>