Skip to content

Commit

Permalink
offset positions correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
malte-j committed Aug 27, 2020
1 parent a732aa9 commit bbab531
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions themes/argo/scss/landing-body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 500px;
grid-auto-flow: dense;
align-items: center;
gap: 100px;
>*:nth-child(3) {
grid-row: 3;

>*:nth-child(3), >*:nth-child(7) {
grid-column: 2;
}
}
}

0 comments on commit bbab531

Please sign in to comment.