Fix: Teilen-Button und Telefonnummern-Links wieder hinzugefügt, Zeilenabstand in Suchergebnissen optimiert

This commit is contained in:
2025-03-19 09:56:06 +01:00
parent 35645fc671
commit 611a5dd906
4 changed files with 286 additions and 45 deletions

View File

@@ -253,4 +253,16 @@ body {
.search-options .form-check-label {
cursor: pointer;
user-select: none;
}
.card-text p {
margin-bottom: 0.5rem;
}
.card-text p:last-child {
margin-bottom: 0;
}
.card-title {
margin-bottom: 0.75rem;
}