Add new footer to pages.

This commit is contained in:
Darren 'Tadgy' Austin 2024-08-14 20:46:11 +01:00
commit b38dd07762
5 changed files with 69 additions and 8 deletions

View file

@ -90,10 +90,11 @@ img {
#copyright {
font-size: 10px;
text-align: center;
align-self: center;
margin-left: 0;
margin-right: auto;
}
#donatebuttons {
display: flex;
flex-wrap: wrap;
@ -102,6 +103,14 @@ img {
margin-top: 20px;
}
#footer {
display: grid;
column-gap: 50px;
font-size: 12px;
grid-template-columns: auto auto;
margin-top: 10px;
}
#headingbox {
margin-left: auto;
margin-right: auto;
@ -126,12 +135,29 @@ img {
margin-bottom: 30px;
}
#logo img {
width: 100%;
}
#page {
margin-left: auto;
margin-right: auto;
width: 90%;
}
#poweredby {
align-items: center;
display: flex;
margin-left: auto;
margin-right: 0;
text-align: right;
}
#poweredby img {
margin-left: 5px;
margin-right: 5px;
}
#progress {
background-color: #2c199c;
height: 100%;