We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f930a8 commit f56f60fCopy full SHA for f56f60f
1 file changed
styles/sections.css
@@ -22,7 +22,7 @@ section {
22
section.grid {
23
display: grid;
24
gap: 16px;
25
- grid-template-columns: repeat(2, auto);
+ grid-template-columns: repeat(2, minmax(0, 1fr));
26
}
27
28
@media screen and (max-width: 900px) {
0 commit comments