added proper styling for website images

This commit is contained in:
Hazel Noack 2025-07-14 16:44:08 +02:00
parent 7da58e1619
commit ece0e31320

View File

@ -76,6 +76,7 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: space-around;
color: black; color: black;
gap: 1em; gap: 1em;
padding: 1em; padding: 1em;
@ -91,6 +92,10 @@ body {
background-color: rgba(125, 255, 125, 0.5); background-color: rgba(125, 255, 125, 0.5);
} }
.card h3 {
margin: 0;
}
.card-image { .card-image {
width: 100%; width: 100%;