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

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Scholl <zack.scholl@gmail.com>2018-03-18 09:37:15 +0300
committerZack Scholl <zack.scholl@gmail.com>2018-03-18 09:37:15 +0300
commitad62d40429bec75eeb2e1d8d9c3d29970b03d567 (patch)
tree16344fc47c8b39df74eae83779fbfe0cdbdb3089
parent7da725019ff1045bf0c14e974cf523d4aaa907f3 (diff)
Increase li margin on style3
-rw-r--r--static/css/style3.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/style3.css b/static/css/style3.css
index f9bfc3a..6121e32 100644
--- a/static/css/style3.css
+++ b/static/css/style3.css
@@ -8,6 +8,8 @@ body {
display: block;
}
+
+
a {
border-bottom: 1px solid #000;
text-decoration: none;
@@ -210,3 +212,8 @@ ol, ul, li, p, dd {
font-size: 1.5rem;
}
}
+
+
+li {
+ margin: 2px;
+} \ No newline at end of file