Skip to content

Commit 6afd4b5

Browse files
committed
fix: update grid layout to use fixed column count for main section
1 parent b8d3280 commit 6afd4b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ footer {
4444

4545
main {
4646
display: grid;
47-
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
47+
grid-template-columns: 1fr 1fr;
4848
gap: var(--space);
4949
max-width: var(--container);
5050
margin: 0 auto;

0 commit comments

Comments
 (0)