This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix: remove padding for mobile view
version-14
Summayya
3 years ago
parent
fe4a317861
commit
fe57111556
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
}
Write
Preview
Loading…
Cancel
Save