Skip to content

Commit

Permalink
change chain tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
Venn22 committed Jan 11, 2024
1 parent 8506e9b commit 80bc06f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/modules/landing/Componets/Tool/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
align-items: start;
}
@include is-tablet {
flex-direction: column-reverse;
align-items: start;
}

Expand All @@ -36,7 +37,10 @@
}
@include is-tablet {
display: inline;
width: 100%;
text-align: center;
}

&_hightlight {
color: #fa4e0e;
width: max-content;
Expand All @@ -49,6 +53,11 @@
@include is-mobile {
width: 50%;
}
@include is-tablet {
width: 50%;
margin-left: auto;
margin-right: auto;
}
}
}
&_content {
Expand Down

0 comments on commit 80bc06f

Please sign in to comment.