diff options
author | quietreading <team@quietreading.org> | 2025-07-07 17:06:02 -0400 |
---|---|---|
committer | quietreading <team@quietreading.org> | 2025-07-07 17:06:02 -0400 |
commit | eb1a62f4e6e92462caaa97a0abc1644c88124207 (patch) | |
tree | 91078af1095a8e84597b8827ca925e054c7e156a /public | |
parent | 73c5cffabbb8b36d877811c4d1b56abf6939bda5 (diff) |
edits
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/style.css | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css index 70c6657..0e4f17f 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -830,4 +830,23 @@ article.static-page header { width: 250px; max-width: 60%; margin: 3em; -3 +} + +.wrapper { + overflow: auto; + white-space: nowrap; +} + +.picture { + vertical-align: top; + display: inline-block; + max-width: 300px; + position: relative; +} + +.about { + text-align: center; + max-width: 40ch; + text-align: center; + margin: auto; +} |