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:
Diffstat (limited to 'static/css/hugo-theme-cleanwhite.css')
-rw-r--r--static/css/hugo-theme-cleanwhite.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/hugo-theme-cleanwhite.css b/static/css/hugo-theme-cleanwhite.css
index 5b8497c..19d2337 100644
--- a/static/css/hugo-theme-cleanwhite.css
+++ b/static/css/hugo-theme-cleanwhite.css
@@ -4,13 +4,13 @@
}
}
-(min-width:1200px){
+@media (min-width:1200px){
.post-container,.sidebar-container{
padding-right:5%
}
}
@media (min-width:768px){
- .post-container{
+ .post-container,.sidebar-container{
padding-right:5%
}
}