Skip to content

Commit

Permalink
Widen quicklinks grid column and narrow feature box column
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCDL committed Jun 24, 2024
1 parent 175cd44 commit da42e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/templates/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
@media (width >= 80rem) {
.t-home {
& .t-top-section {
grid-template-columns: 1fr minmax(0, 59.5rem) minmax(0, 59.5rem) 1fr;
grid-template-columns: 1fr minmax(0, 79.5rem) minmax(0, 39.5rem) 1fr;

& .c-qlinks-header,
& .c-quicklinks--cdl,
Expand Down

0 comments on commit da42e86

Please sign in to comment.