From 2b6b54687c7524f3546cfd224f5d88c4fa418ff6 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 27 May 2024 15:57:26 -0400 Subject: [PATCH] Update style.css may have to make this responsive for mobile --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f34b6fe..2f13bfa 100644 --- a/style.css +++ b/style.css @@ -346,7 +346,7 @@ body { } .news img { - width: 30%; + width: 50%; border-radius: 10px; margin-bottom: 20px; }