Fix footer at bottom

This commit is contained in:
Miraty 2021-12-18 23:18:40 +01:00
parent f8a91ee788
commit 6abf28f9f1
1 changed files with 6 additions and 14 deletions

View File

@ -92,9 +92,12 @@ a {
margin-left: 12px;
}
#sideParams summary {
text-align: center;
summary {
margin-left: 20px;
#sideParams & {
text-align: center;
}
}
#firstWrapper {
@ -162,10 +165,7 @@ main {
header {
text-align: center;
padding-top: 12px;
margin: 0px;
height: 64px;
display: flex;
justify-content: center;
}
#linkTitles::before {
@ -208,10 +208,6 @@ h2 {
flex-direction: row;
}
form {
flex-grow: 1;
}
#showOnlyQR, #downloadQR {
margin-top: 30px;
}
@ -287,14 +283,10 @@ label[for=txt] summary {
footer {
font-size: 14px;
margin-top: 10px;
margin-top: auto;
text-align: left;
}
header, footer {
flex-shrink: 0;
}
#info {
font-size: 16px;
bottom: 20px;