Skip to content

Commit 9ba4b1f

Browse files
committed
Change max-width for landing
This is to keep it consistent with the design of the main website
1 parent 871fc26 commit 9ba4b1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/monogame/public/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ body {
4040
font-family: 'Inter', sans-serif;
4141
}
4242

43+
body[data-layout="landing"] > main {
44+
max-width: 1320px !important;
45+
}
46+
4347

4448
/*******************************************************************************
4549
*** Section: Bootstrap Overrides

0 commit comments

Comments
 (0)