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

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgizak <gizak@icloud.com>2015-05-26 21:06:58 +0300
committergizak <gizak@icloud.com>2015-05-26 21:06:58 +0300
commitcf1053a69aba1ac15b222eb8201add397f0d19b3 (patch)
treea33db4d5662ac88a5a646d9f703d957021d511c2
parentd2eca3911f1360c9e2ab57fb935bf68b522e16ee (diff)
Shrink navbar margin
-rw-r--r--static/css/custom.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 1788749..b36d7cf 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -22,7 +22,7 @@ body {
.header {
text-align: left;
color: #484848;
- margin-bottom: 2em;
+ margin-bottom: .5em;
}
.header .desktop ul {
@@ -52,7 +52,7 @@ body {
text-transform: capitalize;
font-weight: bold;
padding-left: 1em;
- margin-top: 0;
+ margin-top: 1em;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@@ -62,6 +62,14 @@ body {
padding-left: 1em;
}
+.posts ul li p{
+ margin-top: 0;
+}
+
+.posts ul li {
+ margin-bottom: 1em;
+}
+
.posts li a {
color:#369;
text-decoration:none;