From bff54b606f5c9c56cd2c4f3256a98e7e0e8d96df Mon Sep 17 00:00:00 2001 From: user Date: Sat, 20 Jul 2024 13:18:42 +0200 Subject: CSS - img width 100% --- src/static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/static/main.css') 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 { -- cgit v1.2.3