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

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/ramium.css')
-rw-r--r--static/css/ramium.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/ramium.css b/static/css/ramium.css
index 2795790..a5c4b71 100644
--- a/static/css/ramium.css
+++ b/static/css/ramium.css
@@ -92,8 +92,8 @@ input:focus::placeholder {
margin-bottom: 1.5em; */
}
-.blog .blog-text p {
- margin-bottom: 1.5em;
+.blog .blog-text p+p {
+ margin-top: 1.5em;
}
.blog .blog-text li ol, .blog .blog-text li ul {
@@ -181,6 +181,10 @@ input:focus::placeholder {
opacity: 0.84;
}
+.blog .blog-text blockquote p {
+ margin-bottom: 0px;
+}
+
/***** BULMA FIX ******/
.columns {