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 20:56:26 +0300
committergizak <gizak@icloud.com>2015-05-26 20:56:26 +0300
commitd2eca3911f1360c9e2ab57fb935bf68b522e16ee (patch)
tree731110bc2c8e4f6c6bbdc364c4cf57b80946afc5
parente55b52d375ee18ba058cee06e44e5ee9c37e44c6 (diff)
Remove post title margin-toppurecss
-rw-r--r--static/css/custom.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 0aad8f8..1788749 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -178,8 +178,8 @@ body {
}
.post-title{
- margin-top: .5em;
- margin-bottom: 1em;
+ margin-top: 0;
+ margin-bottom: 2em;
}
.post-title h1 {