Merge pull request #16115 from sumaiya2908/fix-mobile-padding-form

fix: webform mobile view padding
This commit is contained in:
mergify[bot] 2022-02-25 02:58:52 +00:00 committed by GitHub
commit 290bcbae47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,10 @@
&:last-child {
padding-right: 0;
}
@include media-breakpoint-down(sm) {
padding: 0;
}
}
}