Skip to content

Commit c27a08a

Browse files
reduce max-width
1 parent 6f26aa4 commit c27a08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ body {
6464
/* Content */
6565
.content {
6666
@apply m-auto p-4;
67-
max-width: 1200px;
67+
max-width: 768px;
6868
}
6969

7070
@media (max-width: 768px) {

0 commit comments

Comments
 (0)