From fa6aded86998639a53aecfa7b76e0ecd800fd9f0 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sun, 26 May 2024 12:35:41 -0400 Subject: More post cleanup, mobile styling fixes --- _sass/minima/custom-styles.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to '_sass/minima/custom-styles.scss') 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 -- cgit v1.2.3-54-g00ecf