From 2355dc7d0dcd376c022daebd12957f48885d1c3d Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 23 Jun 2025 13:07:42 -0400 Subject: Fix image width issue --- public/index.html.gz | Bin 4052 -> 4052 bytes public/style.css | 2 +- public/style.css.gz | Bin 560 -> 559 bytes 3 files changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/index.html.gz b/public/index.html.gz index 4416cbb..46ca2e6 100644 Binary files a/public/index.html.gz and b/public/index.html.gz differ diff --git a/public/style.css b/public/style.css index ca3df9f..0f13cd1 100644 --- a/public/style.css +++ b/public/style.css @@ -33,7 +33,7 @@ header { img { margin: 0 auto; - max-width: 120px; + max-width: 100%; } h1 { diff --git a/public/style.css.gz b/public/style.css.gz index 5cc3781..92ad9cc 100644 Binary files a/public/style.css.gz and b/public/style.css.gz differ -- cgit v1.2.3-70-g09d2