Ensure image don't overflow

This commit is contained in:
nemunaire 2024-01-12 18:37:12 +01:00
parent 4fac760a5f
commit cb18e6f802

View File

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