diff options
| author | user <user@node5.net> | 2024-07-20 13:18:42 +0200 |
|---|---|---|
| committer | user <user@node5.net> | 2024-07-20 13:18:42 +0200 |
| commit | bff54b606f5c9c56cd2c4f3256a98e7e0e8d96df (patch) | |
| tree | 98dd37cfb976d8f388779c3e0433b3c86d03c968 /src/static/main.css | |
| parent | c169fa66fc583733d4ea03b78a65eb2bda007908 (diff) | |
CSS - img width 100%
Diffstat (limited to 'src/static/main.css')
| -rw-r--r-- | src/static/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/main.css b/src/static/main.css index 7ed0543..4e24d86 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -36,7 +36,7 @@ body { } img { - width: 40vh; + width: 100%; } input { |
