Skip to content

Commit

Permalink
style(design): update doc article grid UI
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Jan 14, 2025
1 parent 69d2859 commit 523e523
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
padding: 1.5rem;

@include daff.breakpoint(small-laptop) {
display: grid;
grid-template-columns: 1fr 15rem;
grid-gap: 4rem;
display: flex;
justify-content: space-between;
gap: 4rem;
padding: 3rem;
}

Expand All @@ -31,6 +31,7 @@

@include daff.breakpoint(small-laptop) {
display: block;
flex: 1 0 15rem;
}
}

Expand Down

0 comments on commit 523e523

Please sign in to comment.