From 2cec714724414e39d7c6b85ab8ece41e6de18789 Mon Sep 17 00:00:00 2001 From: andrzej Date: Tue, 12 Nov 2024 20:46:26 +0100 Subject: [PATCH] image size quick fix --- css/styles.css | 3 ++- index.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index 0915129..a9fda52 100644 --- a/css/styles.css +++ b/css/styles.css @@ -279,10 +279,11 @@ img { } .desktop-screen { - max-width: 400px; + max-width: 100%; } .mobile-screen { + max-width: 100%; max-height: 240px; } diff --git a/index.html b/index.html index 5a8592c..c39ecff 100644 --- a/index.html +++ b/index.html @@ -6,8 +6,8 @@ Andrzej Stepien : Coder for Hire - - + +