feat: Add photos to list of adoption notices

This commit is contained in:
2024-03-20 15:40:11 +01:00
parent bf73021885
commit 96a115eb98
3 changed files with 77 additions and 4 deletions

View File

@@ -341,4 +341,23 @@ h1 {
.card-photo img {
max-width: 100%;
border-radius: 10%;
}
.adoption-notices {
display: flex;
flex-wrap: wrap;
list-style-type:none;
}
.card-adoption-notice {
flex: 1 16%;
margin: 10px;
border-radius: 3%;
border: 4px grey solid;
padding: 5px;
}
.card-adoption-notice img {
max-width: 100%;
border-radius: 10%;
}