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

github.com/gundamew/hugo-bingo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBing-Sheng Chen <gundamew@gmail.com>2018-07-18 18:57:42 +0300
committerBing-Sheng Chen <gundamew@gmail.com>2018-07-18 18:57:42 +0300
commit2d81453b6e20985fc68772bf4683d504dcf2aff6 (patch)
treefd58125564f146ceb7f0977d4a47265947d9e1dd
parent64a46bcc8ee4e9624f8205112cdc7496d28d35e6 (diff)
Narrow the width of content block on home page
-rw-r--r--static/css/style.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 00a371e..d9d5c7c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -123,12 +123,14 @@ ul {
width: 32px;
}
+#content,
#recent-posts {
margin: 32px auto;
width: 72%;
}
@media (max-width: 576px) {
+ #content,
#recent-posts {
width: 88%;
}