Impressum auf allen Seiten eingefügt

This commit is contained in:
Matthias Grief
2024-11-19 15:58:14 +01:00
parent 2a0f3b46d4
commit 040857c3df
6 changed files with 33 additions and 10 deletions

View File

@@ -8,7 +8,6 @@
body {
min-height: 100vh;
display: flex;
overflow-x: hidden;
}
@@ -373,4 +372,4 @@ body {
.topic-card:hover {
transform: translateY(-5px) scale(1.01);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
}

View File

@@ -7,7 +7,6 @@
body {
min-height: 100vh;
display: flex;
overflow-x: hidden;
}
@@ -163,7 +162,7 @@ body {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
@media (max-width: 1024px) {
.sidebar {
transform: translateX(-100%);
}