diff options
author | Bradley Taunt <bt@btxx.org> | 2024-05-26 12:35:41 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-05-26 12:35:41 -0400 |
commit | fa6aded86998639a53aecfa7b76e0ecd800fd9f0 (patch) | |
tree | 31d8e2fd1c9c9eb335151ab15301283156824a55 /_sass | |
parent | 010763789952b38c4974ae81d2fced03e623e2f8 (diff) |
More post cleanup, mobile styling fixes
Diffstat (limited to '_sass')
-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 |