Browse Source

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

Mike 3 years ago
parent
commit
8511f5a515
1 changed files with 1 additions and 1 deletions
  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>