Umstellung auf firebase
This commit is contained in:
@@ -56,6 +56,24 @@ textarea {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
min-height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
header {
|
||||
height: 64px; /* Feste Höhe */
|
||||
}
|
||||
|
||||
main {
|
||||
flex: 1 0 auto; /* Füllt den verfügbaren Platz */
|
||||
}
|
||||
|
||||
footer {
|
||||
flex-shrink: 0; /* Verhindert Schrumpfen */
|
||||
}
|
||||
|
||||
*:focus,
|
||||
.p-focus {
|
||||
box-shadow: none !important;
|
||||
|
||||
Reference in New Issue
Block a user