Skip to content

Commit

Permalink
Update grid rows
Browse files Browse the repository at this point in the history
  • Loading branch information
elad2412 authored and TorstenDittmann committed Jan 3, 2024
1 parent 14e6757 commit d73c25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/9-grids/_grid-two-side-navs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
@media #{$break3open} {
display: grid;
grid-template-columns: auto 1fr auto;
grid-template-rows: auto auto 1fr auto; /* header article-header content footer */
grid-template-rows: auto 1fr auto; /* article-header content footer */
grid-template-areas: "side-a a-header side-b"
"side-a main side-b"
"side-a footer footer";
Expand Down

0 comments on commit d73c25a

Please sign in to comment.