Skip to content

Commit

Permalink
Stretch styles
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Aug 23, 2021
1 parent 5e9e761 commit eb1c548
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Widgets/range.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,13 @@
flex-direction: column;
justify-content: center;
}

.stretch {
margin: 0 -1rem;
}

@media (max-width: 1199px) {
.stretch {
margin: 0 -0.65rem;
}
}

0 comments on commit eb1c548

Please sign in to comment.