refactor: Various redesigns

This commit is contained in:
2024-04-14 20:34:26 +02:00
parent 8037b66597
commit 7a649d00ee
3 changed files with 17 additions and 7 deletions

View File

@@ -314,7 +314,7 @@ h1 {
.adoption-notices {
display: flex;
flex-wrap: wrap;
list-style-type:none;
list-style-type: none;
}
.card-adoption-notice {
@@ -344,7 +344,7 @@ h1 {
.animals {
display: flex;
flex-wrap: wrap;
list-style-type:none;
list-style-type: none;
}
.card-animal {
@@ -359,12 +359,24 @@ h1 {
.card-animal {
flex: 1 100%;
}
.card-adoption-notice {
flex: 1 100%;
}
}
.card-animal img {
.adoption-notice-img img, .card-animal img {
max-width: 100%;
border-radius: 10%;
margin: 5px;
max-height: 250px;
}
.adoption-card-report-link {
margin-left: auto;
font-size: 2rem;
padding: 10px;
}
.heading-card-adoption-notice {
word-wrap: anywhere;
}