feat(site.css): Die Schriftgröße der Fußzeile und die Anordnung der Elemente wurden angepasst, um eine bessere Reaktionsfähigkeit zu gewährleisten.

This commit is contained in:
Developer 02 2024-10-18 10:05:03 +02:00
parent 1619801526
commit 39cff26f2d
2 changed files with 3 additions and 3 deletions

View File

@ -158,11 +158,11 @@ footer {
width: 100%;
z-index: 998;
border-width: 0;
font-size: clamp(0.75rem, 1.5vw, 1rem);
font-size: clamp(0.58rem, 1.5vw, 1rem);
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: start;
align-items: center;
}
footer * {

File diff suppressed because one or more lines are too long