Skip to content

Commit 0cabb37

Browse files
committed
Adjust header padding
1 parent eeced70 commit 0cabb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dito/app/routes/digitaltauglichkeit._index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function Digitaltauglichkeit_index() {
3434
const principles = useOutletContext<Prinzip[]>();
3535
return (
3636
<>
37-
<Background backgroundColor="darkBlue">
37+
<Background backgroundColor="darkBlue" paddingTop="24" paddingBottom="24">
3838
<Container>
3939
<Header
4040
heading={{

0 commit comments

Comments
 (0)