Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmar-const committed Nov 13, 2024
1 parent 1e2372e commit fc8bd1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/modules/landing/Componets/Chain/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
grid-template-columns: repeat(3, 1fr);
}

@include is-pc-wide{
grid-template-columns: repeat(5, 1fr);
@include is-pc-wide {
grid-template-columns: repeat(4, 1fr);
}
}

Expand All @@ -45,6 +45,7 @@
padding-top: 24px;
padding-bottom: 40px;
}

@include is-tablet {
padding-top: 24px;
padding-bottom: 40px;
Expand Down Expand Up @@ -75,4 +76,4 @@
&_label {
background: #fff;
}
}
}

0 comments on commit fc8bd1d

Please sign in to comment.