From c097db52cae478b2de73f0dc9cee4a4f06a13719 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Sat, 3 Aug 2024 08:54:25 +0200 Subject: [PATCH] CSS changes --- templates/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/style.css b/templates/style.css index 6c1fd47..9bffc5e 100644 --- a/templates/style.css +++ b/templates/style.css @@ -15,13 +15,11 @@ main { #content { width: 80%; display: flex; - flex-flow: column; - align-items: center; - justify-content: center; + flex-flow: column wrap; } -img { - max-width: 50%; +#content img { + max-width: 90%; max-height: 500px; }