We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeced70 commit 0cabb37Copy full SHA for 0cabb37
packages/dito/app/routes/digitaltauglichkeit._index.tsx
@@ -34,7 +34,7 @@ export default function Digitaltauglichkeit_index() {
34
const principles = useOutletContext<Prinzip[]>();
35
return (
36
<>
37
- <Background backgroundColor="darkBlue">
+ <Background backgroundColor="darkBlue" paddingTop="24" paddingBottom="24">
38
<Container>
39
<Header
40
heading={{
0 commit comments