diff --git a/html/dark.css b/html/dark.css index a793a1e..e7ae652 100644 --- a/html/dark.css +++ b/html/dark.css @@ -90,8 +90,9 @@ img { #copyright { - font-size: 10px; - text-align: center; + align-self: center; + margin-left: 0; + margin-right: auto; } #donatebuttons { @@ -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: #4255ff; height: 100%; diff --git a/html/index.php b/html/index.php index 8396384..dc779f0 100644 --- a/html/index.php +++ b/html/index.php @@ -124,9 +124,18 @@
-