Lidt CSS fixeri og ja BS4 til at fixe tags
Some checks failed
Build, Push, and Deploy to Nomad / docker-nomad (push) Has been cancelled

This commit is contained in:
2024-12-21 00:15:58 +01:00
parent 7d55191d91
commit bd2fef9b6c
23 changed files with 5047 additions and 2039 deletions

View File

@@ -3064,13 +3064,14 @@ button:disabled,
}
.footer-link {
font-size: 0.9rem; /* Reduceret skriftstørrelse */
font-size: 0.7rem; /* Reduceret skriftstørrelse */
font-weight: normal; /* Normal vægt, ikke fed */
text-decoration: none; /* Fjerner understregning */
display: inline-block; /* Bedre layoutjustering */
margin: 8px 0; /* Lidt luft omkring linket */
text-align: center; /* Centreret, hvis relevant */
transition: color 0.3s ease; /* Glidende farveskift ved hover */
border-bottom: none;
}
.footer-link:hover {
color: #000; /* Mørkere farve ved hover */

File diff suppressed because one or more lines are too long