From ece0e313204699566fb1d4531b9e275e52e14e6f Mon Sep 17 00:00:00 2001 From: Hazel Noack Date: Mon, 14 Jul 2025 16:44:08 +0200 Subject: [PATCH] added proper styling for website images --- frontend/assets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/assets/style.css b/frontend/assets/style.css index 79ce6f1..453b7e6 100644 --- a/frontend/assets/style.css +++ b/frontend/assets/style.css @@ -76,6 +76,7 @@ body { display: flex; flex-direction: column; align-items: center; + justify-content: space-around; color: black; gap: 1em; padding: 1em; @@ -91,6 +92,10 @@ body { background-color: rgba(125, 255, 125, 0.5); } +.card h3 { + margin: 0; +} + .card-image { width: 100%;