diff options
Diffstat (limited to '_sass/minima')
-rw-r--r-- | _sass/minima/custom-styles.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss index 7c1417f..0556d89 100644 --- a/_sass/minima/custom-styles.scss +++ b/_sass/minima/custom-styles.scss @@ -1,2 +1,20 @@ // Placeholder to allow defining custom styles that override everything else. // (Use `_sass/minima/custom-variables.scss` to override variable defaults) +.site-header { + display: flex; + align-content: center; + justify-content: center; + + .wrapper { + display: flex; + width: 100%; + align-items: center; + + .site-title { + width: calc(100% - 38px); + } + } +} +.footnotes { + font-size: 90%; +}
\ No newline at end of file |