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:
authorRafed Muhammad Yasir <rafed123@yahoo.com>2020-06-26 16:14:51 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-06-26 16:14:51 +0300
commit998f9689a55913acc51653c27e2c685abf06df83 (patch)
treec12c5e99969c3f8f55a4ef98742bb9b388f1cddd
parent576de86a57d738190bd167ec94ff0bf4ef1c14a4 (diff)
Fixed p and blockquote spacing problems
-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 {