Einrückungen und Zeilenumbrüche vereinheitlicht

This commit is contained in:
Matthias Grief
2024-11-19 22:24:37 +01:00
parent 62d1e820a6
commit cc389eb179
7 changed files with 61 additions and 52 deletions

View File

@@ -209,7 +209,7 @@ body {
align-items: center;
justify-content: center;
gap: 0.5rem;
transform: translateY(0); /* Set initial transform state */
transform: translateY(0); /* Set initial transform state */
}
.download-btn:hover {
@@ -240,6 +240,7 @@ body {
.search-container {
width: 100%;
}
.menu-toggle {
display: flex !important;
}
@@ -298,8 +299,12 @@ body {
/* Add floating animation for icons */
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-10px);
}
}
.theme-toggle:hover {

View File

@@ -1,4 +1,3 @@
/* Corporate Design Colors */
:root {
--primary-color: #5265A0; /* HSGG Blau */