fix: Fix padding für Sub-Claim um Überschrift nicht zu verdecken.

This commit is contained in:
muli 2023-06-04 09:22:50 +02:00
parent 020b1752a4
commit 719bc15b26
1 changed files with 4 additions and 0 deletions

View File

@ -1239,6 +1239,10 @@ footer {
background-position: top -100px right -580px;
}
.sub_claim__box {
padding: 0 1.5rem 2rem 1.5rem;
}
.primary_nav__toggle {
display: none;
}