Skip to content

Commit 591e0ee

Browse files
committed
Reduce width of centered layouts
1 parent dccd65e commit 591e0ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/elements/View.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
.centered {
1111
display: grid;
12-
grid-template-columns: 500px;
12+
grid-template-columns: 350px;
1313
justify-content: center;
1414
}
1515

0 commit comments

Comments
 (0)