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%;