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

github.com/carsonip/hugo-theme-minos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Wylegala <kamil.wylegala@gmail.com>2019-05-01 07:23:34 +0300
committerCarson Ip <carsonip@users.noreply.github.com>2019-05-01 07:23:34 +0300
commit4c627e84b6ee5670d26ad78e7e03f947d24ecdd5 (patch)
tree3faee61912387690d4cd5f46ab7871a9bd396515
parent8f366a6e455aa92c2bd084183bc06cad9719bf88 (diff)
Wider margin for list entries. (#30)
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 5fdd31e..8d62158 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -257,7 +257,7 @@ a.article-title:hover,
.article-entry ul,
.article-entry ol,
.article-entry dl {
- margin: 0 20px;
+ margin: 0 25px;
line-height: 1.4em;
}
.article-entry ul ul,