Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Jan 16, 2024
1 parent d296f4c commit 97fe19c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
display: grid;
align-items: flex-start;
grid-template-columns: 1fr;
gap: 16px;
gap: 8px;

@include daff.breakpoint(tablet) {
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}

@include daff.breakpoint(big-tablet) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<daff-hero color="theme" compact="true">
<daff-hero>
<daff-container size="md">
<h1 daffHeroTitle>Packages</h1>
<p daffHeroSubtitle>Learn how to build and optimize an ecommerce store with our packages.</p>
Expand Down

0 comments on commit 97fe19c

Please sign in to comment.