Skip to content

Commit

Permalink
fix: stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaam committed May 7, 2024
1 parent c4132bb commit cad7489
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/components/VaccineItem/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@
align-items: center;
justify-content: space-between;

padding: 2rem;
border: 1px solid colors.$gray150;

border-radius: 14px;

color: colors.$gray600;
font-size: 1.2rem;
font-weight: fonts.$medium;
line-height: 2.4;

padding: 2rem;

border: 1px solid colors.$gray150;

border-radius: 14px;

&__title {
color: colors.$gray800;
font-weight: fonts.$semiBold;
Expand All @@ -44,10 +45,10 @@

@include breakpoints.from667 {
.vaccine-item {
padding: 1.5rem;

font-size: 1.6rem;

padding: 1.5rem;

&__title {
font-weight: fonts.$semiBold;
}
Expand Down

0 comments on commit cad7489

Please sign in to comment.