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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_base.sass6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index a0097c1..082ca94 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -73,6 +73,8 @@ hr
.bold-title
font-size: 6rem
+ line-height: 1.2
+ margin-bottom: 0.25em
@include mobile
font-size: 3rem
text-align: center
@@ -232,3 +234,7 @@ hr
background-color: #f7f7f7
pre
border-radius: 3px
+ img
+ display: block
+ margin: 2rem auto
+ max-width: 100% \ No newline at end of file