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.sass15
1 files changed, 14 insertions, 1 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index a0097c1..886429a 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -1,4 +1,4 @@
-body
+html, body
background-color: $background
html.modal-open
@@ -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
@@ -124,7 +126,14 @@ hr
text-transform: uppercase
font-size: 14px
+.owl-nav
+ height: 50px
+.owl-next, .owl-prev
+ height: 30px
+ span
+ font-size: 3rem
+ line-height: 30px
.footer-text
font-size: 0.8em
@@ -232,3 +241,7 @@ hr
background-color: #f7f7f7
pre
border-radius: 3px
+ img
+ display: block
+ margin: 2rem auto
+ max-width: 100% \ No newline at end of file