Skip to content

Commit df4c83f

Browse files
committed
Convert container width to em units
1 parent adda603 commit df4c83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ footer {
1212
}
1313

1414
.container {
15-
max-inline-size: 1024px;
15+
max-inline-size: 64em;
1616
margin-inline: auto;
1717
}
1818

0 commit comments

Comments
 (0)