Browse Source

fix: remove padding for mobile view

version-14
Summayya 3 years ago
parent
commit
fe57111556
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      frappe/public/scss/website/web_form.scss

+ 4
- 0
frappe/public/scss/website/web_form.scss View File

@@ -50,6 +50,10 @@
&:last-child {
padding-right: 0;
}

@include media-breakpoint-down(sm) {
padding: 0;
}
}
}



Loading…
Cancel
Save