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:
authorKevin Ottens <ervin@ipsquad.net>2018-10-29 20:44:11 +0300
committerHanzei <16541325+hanzei@users.noreply.github.com>2018-10-29 20:44:11 +0300
commit563cf77fe15a904a93cb4aa5f18709ca64d9574e (patch)
treef360ec4d193e9c5d76a6d1223fb257b5700416af /assets
parent04f47b3377dec109f02d9a6558187beb9158378d (diff)
Restore home navbar (#90)
* Center the navbar again on the home page * Favor the project page for listing projects The project listing has its own page we can link to instead of going back to the (potentially fading in) home page each time.
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%