refactor(card.css): CSS der footer für Reaktionsfähigkeit bearbeitet

This commit is contained in:
Developer 02 2024-10-16 02:11:07 +02:00
parent e6011b6201
commit 891f6368f1
2 changed files with 8 additions and 6 deletions

View File

@ -147,6 +147,7 @@ main {
footer { footer {
height: 4vh; height: 4vh;
min-height: 1.5rem;
background-color: #001F61; background-color: #001F61;
border-radius: 10px 10px 0 0; border-radius: 10px 10px 0 0;
color: #fff; color: #fff;
@ -157,14 +158,15 @@ footer {
width: 100%; width: 100%;
z-index: 998; z-index: 998;
border-width: 0; border-width: 0;
font-size: clamp(0.75rem, 1.5vw, 1rem);
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: start;
} }
footer * { footer * {
margin-left: 1rem; margin-left: clamp(0.5rem, 2vw, 1rem);
}
footer > * {
margin: 0 6rem 0 1rem;
} }
footer a { footer a {

File diff suppressed because one or more lines are too long