Website/templates/dienstleistungen.html aktualisiert

This commit is contained in:
2026-07-13 11:13:59 +00:00
parent a0f722af58
commit e0ad0046c9
+18
View File
@@ -85,6 +85,24 @@
border: 1px solid #d8dfd7;
box-shadow: 0 4px 12px rgba(23, 63, 70, 0.05);
}
.download-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.6rem 1rem;
background: #eef5ef;
color: #173f46;
border: 1px solid #d8dfd7;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
transition: background 0.2s;
}
.download-btn:hover {
background: #dceae0;
}
</style>
{% endblock %}