Skip to content

Commit f56f60f

Browse files
committed
Add fixed column sizing
1 parent 2f930a8 commit f56f60f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/sections.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ section {
2222
section.grid {
2323
display: grid;
2424
gap: 16px;
25-
grid-template-columns: repeat(2, auto);
25+
grid-template-columns: repeat(2, minmax(0, 1fr));
2626
}
2727

2828
@media screen and (max-width: 900px) {

0 commit comments

Comments
 (0)