diff options
author | cyfraeviolae <library@cyfraeviolae.org> | 2025-04-21 15:01:55 -0400 |
---|---|---|
committer | cyfraeviolae <library@cyfraeviolae.org> | 2025-04-21 15:01:55 -0400 |
commit | c166945e5e37c5c7fb458a76915e2ccfae8c1f35 (patch) | |
tree | 7fb1e97a418e5ee7c40dbde0b5df50cc34bc03a7 /static/styles.css |
init
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css new file mode 100644 index 0000000..9592da8 --- /dev/null +++ b/static/styles.css @@ -0,0 +1,7 @@ +img { + max-width: 50%; +} + +p { + margin-bottom: revert !important; +} |