diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-18 11:14:07 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-18 11:14:07 +0200 |
commit | c18f3c04f89e03fe8c6c53b5ae7f09f8116d790a (patch) | |
tree | 5b555c07f5edc4b7ef8a64d235811674d397108b /assets | |
parent | 52e5fbfd51a09b1370ef59b650743da7b8f82cef (diff) | |
download | website-c18f3c04f89e03fe8c6c53b5ae7f09f8116d790a.tar.gz |
CSS fixes (what a surprise)
Diffstat (limited to 'assets')
-rw-r--r-- | assets/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/index.css b/assets/index.css index da1c08a..c4a6157 100644 --- a/assets/index.css +++ b/assets/index.css @@ -35,6 +35,10 @@ a > :is(p, h1, h2, h3, h4, h5, h6) { color: -webkit-link; } +img { + max-width: 100%; +} + marquee { width: 100%; } |