feat: Add photos to list of adoption notices
This commit is contained in:
@@ -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%;
|
||||
}
|
Reference in New Issue
Block a user