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-11 10:55:40 +0300
committerRafed Muhammad Yasir <rafed123@yahoo.com>2020-06-11 10:55:40 +0300
commit5a324eff49765715711c45578df6f2b5dea68c73 (patch)
tree562f6da445b27bcede978785ec4416e959053855
parentfbbc7d6c044cd8eec1b384e0a3e4fe519e0d68f1 (diff)
Fixed li li spacing, fixed search result whitespace
-rw-r--r--static/css/ramium.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/ramium.css b/static/css/ramium.css
index eacb0c6..43f6193 100644
--- a/static/css/ramium.css
+++ b/static/css/ramium.css
@@ -96,6 +96,10 @@ input:focus::placeholder {
margin-bottom: 1.5em;
}
+.blog .blog-text li ol, .blog .blog-text li ul {
+ margin-top: 0px;
+}
+
/* For margin below videos */
.blog-text div {
margin-bottom: 1em;
@@ -219,4 +223,8 @@ kbd {
/**** For codes ****/
.highlight {
font-size: 0.9em;
+}
+
+#___gcse_0 {
+ max-height: 0;
} \ No newline at end of file