Keep webforms wider on medium screen sizes

This commit is contained in:
benjamin melançon 2020-06-17 16:20:41 -04:00
parent 7445bc5a72
commit b8fbff0e37

View file

@ -39,7 +39,7 @@
border-right: 4px solid $blue-dark;
margin: .1rem 1.5rem .1rem 1.5rem;
padding: 0 1.5rem;
@include tablet {
@include widescreen {
margin: .5rem 6rem .5rem 6rem;
padding: 0 6rem;
}