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.sass5
1 files changed, 4 insertions, 1 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index 886429a..a331b49 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -165,6 +165,9 @@ hr
background-color: $background
font-size: 1.5rem
+.has-content-centered
+ justify-content: center
+
.markdown
p
margin-bottom: 1em
@@ -244,4 +247,4 @@ hr
img
display: block
margin: 2rem auto
- max-width: 100% \ No newline at end of file
+ max-width: 100%