Skip to content

Commit f88b67c

Browse files
authored
Change grid layout to single column in main
Now all the articles would appear in alike rather than one been dominant and others sharing a line.
1 parent 41fc3bc commit f88b67c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Wireframe/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@ https://gridbyexample.com/learn/
7272
*/
7373
main {
7474
display: grid;
75-
grid-template-columns: 1fr 1fr;
75+
grid-template-columns: 1fr;
7676
gap: var(--space);
77-
> *:first-child {
78-
grid-column: span 2;
7977
}
8078
}
8179
/* ====== Article Layout ======

0 commit comments

Comments
 (0)