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

github.com/salcan/BeyondNothing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCangeloso <scangeloso@LT-63744.home>2018-06-06 06:25:22 +0300
committerCangeloso <scangeloso@LT-63744.home>2018-06-06 06:25:22 +0300
commit0d62710284b428d303f4178ea114e74239b0f1bb (patch)
tree61fb3af57e0a3c98b7cd2909d758fa86b9e7d555
parentfed2e43085665f01c51fd52aa0d6ea8bbd571680 (diff)
fix h2 spacing
h2
-rw-r--r--static/css/custom.css12
1 files changed, 11 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index dea2ec2..418952d 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -51,7 +51,7 @@ ul {
padding: 8px 0px 9px 45px;
margin: 0px 0px 1.25em 30px;
line-height:1.25;
- }
+ }
hr {
display: none;
@@ -67,3 +67,13 @@ hr {
margin: 2rem 0;
background: #ddd;
}
+
+h2 {
+ margin-top: 20px;
+ margin-bottom: 5px;
+
+}
+
+.entry-meta {
+ margin-bottom: 50px;
+}