Skip to content

Commit 42c5e2b

Browse files
committed
feat: Makes Content width a little wider.
1 parent d3e3760 commit 42c5e2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/globals.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ body {
88
background-color: #f8f9ff;
99
}
1010

11+
.max-w-7xl {
12+
max-width: 90rem;
13+
}
14+
1115
.domKeywords {
1216
/* min-height: 70vh; */
1317
border-color: #e9ebff;

0 commit comments

Comments
 (0)