Archived
Position des Footers bei kleineren Displays korrigiert
Deploy Website / deploy (push) Successful in 3s
Deploy Website / deploy (push) Successful in 3s
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
+8
-2
@@ -52,8 +52,7 @@ body {
|
||||
|
||||
footer {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
margin-top: var(--spacing-lg);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -415,6 +414,13 @@ nav ol {
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-height: 920px) {
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
/* --- Sehr große Geräte (Große Desktops, ab 1200px) --- */
|
||||
@media (min-width: 1200px) {
|
||||
.container {
|
||||
|
||||
Reference in New Issue
Block a user