Skip to content

Commit

Permalink
update responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmar-const committed Nov 13, 2024
1 parent fc8bd1d commit fdc9620
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/landing/Componets/Chain/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
width: 100%;
padding: 0 20px;
gap: 8px;
grid-template-columns: repeat(1, 1fr);
// grid-template-columns: repeat(1, 1fr);
}

@include is-tablet {
gap: 0;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(1, 1fr);
}

@include is-pc {
gap: 10px;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(2, 1fr);
}

@include is-pc-wide {
Expand Down

0 comments on commit fdc9620

Please sign in to comment.