Skip to content

Commit

Permalink
Поправил поля
Browse files Browse the repository at this point in the history
  • Loading branch information
1640max committed Jan 30, 2024
1 parent 410c882 commit df8aafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ $indent-xl: 2rem;
}

.body__padding {
padding: 0 $indent;
padding-inline: $indent;

@media (min-width: $xl) {
padding: 0 $indent-xl;
padding-inline: $indent-xl;
}
}

Expand Down

0 comments on commit df8aafd

Please sign in to comment.