Skip to content

Commit

Permalink
fix(DamageCalculatorPage): fix page paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Mar 21, 2022
1 parent b89fbd4 commit ccaaa4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/views/DamageCalculatorPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,12 @@ export default defineComponent({
display: grid;
min-width: 300px;
max-width: 1920px;
padding: 0.5rem 24px 0 24px;
padding: 0.5rem 8px 0 8px;
margin: 0 auto;
@include media-medium {
padding: 0.5rem 24px 0 24px;
}
}
.damage-calculator-nav {
Expand Down

0 comments on commit ccaaa4e

Please sign in to comment.