some css improvements and shorten footer text

This commit is contained in:
speedie 2023-05-03 22:57:29 +02:00
parent 46f5072a2d
commit d41a2a8431
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,7 @@
footer { footer {
background-color: #131313; background-color: #131313;
text-align: center; text-align: center;
padding-bottom: 0px; padding: 5px;
padding-right: 0px;
font-size: 8pt; font-size: 8pt;
font-weight: normal; font-weight: normal;
background-color: transparent; background-color: transparent;
@ -16,4 +15,5 @@ footer {
.links { .links {
color: #66667d; color: #66667d;
padding: 5px;
} }

View file

@ -6,7 +6,7 @@
<body> <body>
<div> <div>
<div class="column"> <div class="column">
<a class="links" href="/privacy.php">Privacy notice and license information</a> <a class="links" href="/privacy.php">Licensing</a>
<a class="links" href="/credits.php">Credits</a> <a class="links" href="/credits.php">Credits</a>
<a class="links" href="https://git.speedie.site">Git</a> <a class="links" href="https://git.speedie.site">Git</a>
<a class="links" href="https://ls.speedie.site">Downloads</a> <a class="links" href="https://ls.speedie.site">Downloads</a>