diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-22 14:50:59 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-22 14:50:59 +0200 |
commit | 82cf97b090a3ea3ea948c59f7a2bf1f38cf9df73 (patch) | |
tree | e5c32d75e0568f2a8513ca0b389eeb6431bb953d /assets | |
parent | ec6e74b052530086b4b7144a692ece2d142a33fc (diff) | |
parent | 1261ea2a404f50abe6b9ab20b0f9c77003dcb414 (diff) | |
download | website-82cf97b090a3ea3ea948c59f7a2bf1f38cf9df73.tar.gz |
Merge branch 'master' of https://github.com/mounderfod/website
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%; } |