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

github.com/gkmngrgn/hugo-alageek-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorGökmen Görgen <gkmngrgn@gmail.com>2019-02-16 01:24:49 +0300
committerGökmen Görgen <gkmngrgn@gmail.com>2019-02-16 01:24:49 +0300
commit3304d91e3ab61d2c73ad11fcee0960b9eceb7760 (patch)
tree9f8636eff98103791bf15618b7536917834cb618 /static
parent409b0058e869744197c654405d98199f4607a1aa (diff)
#9 fix inconsistent margin problems.
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 06771a6..913b502 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -35,7 +35,7 @@ a:hover {
}
.header .logo {
- margin-left: 21px; /* same with markdown left */
+ margin-left: 1.5rem;
max-height: 120px;
}
@@ -131,8 +131,8 @@ a:hover {
.content .markdown > ol,
.content .markdown > dl,
.content .markdown > blockquote {
- margin-left: 21px;
- margin-right: 21px;
+ margin-left: 1.5rem; /* equal to mx-md-4 in bootstrap */
+ margin-right: 1.5rem;
}
.content .markdown p + p {