feat: add animal description, fix tags

This commit is contained in:
2024-04-14 20:57:42 +02:00
parent 8bc71d8390
commit 6a7467bb67
2 changed files with 14 additions and 3 deletions

View File

@@ -246,7 +246,7 @@ h1 {
border: black 1px solid;
border-radius: 0.3rem;
padding: 2px;
margin: 2px;
margin: 4px;
}
.sex {
@@ -381,4 +381,9 @@ h1 {
.heading-card-adoption-notice {
word-wrap: anywhere;
}
.tags {
margin-left: auto;
padding: 5px;
}