chore: Whitespace.

This commit is contained in:
muli 2023-05-16 16:46:25 +02:00
parent bc8b695c81
commit 74bf31b2c5

View File

@ -338,35 +338,35 @@ header {
} }
.slim_box__submenu { .slim_box__submenu {
grid-row: 3 / span 1; grid-row: 3 / span 1;
grid-column: 1 / span 5; grid-column: 1 / span 5;
background-color: var(--wtf-nearly-white); background-color: var(--wtf-nearly-white);
height: 3.5rem; height: 3.5rem;
text-align: right; text-align: right;
color: var(--wtf-nearly-black); color: var(--wtf-nearly-black);
padding-right: 1rem; padding-right: 1rem;
font-size: 3rem; font-size: 3rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
} }
.slim_box__submenu a { .slim_box__submenu a {
font-family: "Noto Serif"; font-family: "Noto Serif";
font-size: 2.5rem; font-size: 2.5rem;
color: black; color: black;
margin: 0 0 0.75rem 2rem; margin: 0 0 0.75rem 2rem;
} }
.slim_box__submenu a:hover { .slim_box__submenu a:hover {
text-decoration: underline; text-decoration: underline;
} }
.slim_box__submenu a img { .slim_box__submenu a img {
height: 2.25rem; height: 2.25rem;
position: relative; position: relative;
top: 0.25rem; top: 0.25rem;
} }
.bg_box__big_bg { .bg_box__big_bg {
@ -917,9 +917,9 @@ hr.-even {
} }
.pod_ctrl_box audio { .pod_ctrl_box audio {
width: 100%; width: 100%;
height: auto; height: auto;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
.card__link p { .card__link p {
@ -1177,7 +1177,7 @@ hr.-even {
} }
.--success { .--success {
color: var(--dark-green); color: var(--dark-green);
} }
.contact_form__textarea, .contact_form__textarea,
@ -1202,8 +1202,8 @@ hr.-even {
} }
.contact_form__submit_button { .contact_form__submit_button {
font-size: 1rem; font-size: 1rem;
padding: 0 0.25rem; padding: 0 0.25rem;
} }
/* Hide captcha field as part of spam protection. /* Hide captcha field as part of spam protection.