Add Spendenregister

This commit is contained in:
Dennis Reimann
2021-09-18 14:03:38 +02:00
parent 4f43d5d20a
commit e1cdb5ad86
20 changed files with 259 additions and 18 deletions

View File

@@ -64,13 +64,15 @@
align-items: center;
justify-content: space-between;
line-height: 1;
font-size: 4.5vw;
font-size: 3.5vw;
@media (--up_to_M) {
margin-bottom: var(--space-s);
font-size: 3.85vw;
}
@media (--M_to_L) {
margin-top: var(--space-m);
font-size: 3.5vw;
}
@media (--L_and_up) {
margin-top: var(--space-l);
@@ -100,7 +102,7 @@
position: relative;
top: 1px;
@media (--up_to_S) {
@media (--up_to_M) {
visibility: hidden;
}