瀏覽代碼

修正常見問題accordion無法顯示問題

Mike 3 年之前
父節點
當前提交
8511f5a515
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themes/hugo-lamp/layouts/post/single.html

+ 1 - 1
themes/hugo-lamp/layouts/post/single.html

@@ -1,7 +1,7 @@
 {{ define "main" }}
   
 <section class="page-wrapper">
-  <div class="container">
+  <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>