Skip to content

Commit 3040f4f

Browse files
authored
Banner padding (#511)
1 parent 4b4dc44 commit 3040f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function RootLayout({
4646
EuroPython? Click here!
4747
</a>
4848

49-
<div className="">{children}</div>
49+
<div className="pt-[40px]">{children}</div>
5050
</body>
5151
</html>
5252
);

0 commit comments

Comments
 (0)