Skip to content

Commit

Permalink
Update index.module.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
urluckyturtle01 authored Feb 18, 2024
1 parent 6c0064c commit e024b90
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
justify-content: center;
align-items: center;
@include mobile {
padding: 120px 28px 143px;
padding: 120px 24px 143px;
flex-direction: column;
}
}
Expand Down Expand Up @@ -88,5 +88,9 @@
.chip {
font-size: 1rem;
font-weight: 500;
@include mobile {
font-size: 0.875rem;
width: 100%;
}
}
}

0 comments on commit e024b90

Please sign in to comment.