Skip to content

Commit

Permalink
fix(styling): reduce width on line grid
Browse files Browse the repository at this point in the history
  • Loading branch information
asewilhelmsen committed Jul 20, 2023
1 parent f17ee84 commit fa495aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

.linesGrid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(30em, 1fr));
grid-template-columns: repeat(auto-fill, minmax(25em, 1fr));
margin-bottom: 0.5em;
gap: 0 2em;
}
Expand Down

0 comments on commit fa495aa

Please sign in to comment.