Ensure image don't overflow

This commit is contained in:
nemunaire 2024-01-12 18:37:12 +01:00
parent 4fac760a5f
commit cb18e6f802
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ a.card:hover {
background-color: #9332bb;
}
img {
max-width: 100%;
}
footer {
border-top: 3px solid #9332bb;
}