Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2020-02-22 09:23:09 +0300
committerHuabing Zhao <zhaohuabing@gmail.com>2020-02-22 09:23:09 +0300
commit3ed06f7369bd92029ad226f7e87752697331fdb7 (patch)
tree3eaf74fa7c8bc33a44a7f6a569966aa697b33fe3
parentc920d8f16345b49d2a8fb83257712304bf7f7908 (diff)
make the post content wider
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
-rw-r--r--layouts/_default/single.html4
-rw-r--r--layouts/top/single.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index a6cf83b..1823d71 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -51,7 +51,7 @@
<!-- Post Container -->
<div class="
- col-lg-8 col-lg-offset-2
+ col-lg-11 col-lg-offset-1
col-md-10 col-md-offset-1
post-container">
@@ -88,7 +88,7 @@
</div>
<!-- Sidebar Container -->
<div class="
- col-lg-8 col-lg-offset-2
+ col-lg-11 col-lg-offset-1
col-md-10 col-md-offset-1
sidebar-container">
diff --git a/layouts/top/single.html b/layouts/top/single.html
index 0e9c25c..bd7b148 100644
--- a/layouts/top/single.html
+++ b/layouts/top/single.html
@@ -7,7 +7,7 @@
<!-- Post Container -->
<div class="
- col-lg-8 col-lg-offset-2
+ col-lg-11 col-lg-offset-1
col-md-10 col-md-offset-1
post-container">
@@ -17,7 +17,7 @@
</div>
<!-- Sidebar Container -->
<div class="
- col-lg-8 col-lg-offset-2
+ col-lg-11 col-lg-offset-1
col-md-10 col-md-offset-1
sidebar-container">