add new button

This commit is contained in:
rick 2022-11-17 00:26:23 +01:00
commit d00029ae57
Signed by: Rick
GPG key ID: 4A6223D66294EB20
3 changed files with 24 additions and 11 deletions

View file

@ -40,6 +40,7 @@ header a {
footer {
background-color: #304B99;
padding: 1em;
padding-bottom: 0;
grid-column: 1/3;
}
@ -80,3 +81,7 @@ footer {
#buttons {
text-align: center;
}
#buttons div {
margin-bottom: 1em;
}