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(style): minor style fixes
version-14
Rushabh Mehta
3 years ago
parent
4c350f41a2
commit
96a6233953
2 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
frappe/public/scss/website/base.scss
+2
-1
frappe/public/scss/website/markdown.scss
+ 4
- 0
frappe/public/scss/website/base.scss
View File
@@ -87,6 +87,10 @@ h4 {
}
}
p {
line-height: 1.7;
}
.btn.btn-lg {
font-size: 1.1rem;
}
+ 2
- 1
frappe/public/scss/website/markdown.scss
View File
@@ -30,7 +30,8 @@
}
p, li {
font-size: $font-size-lg;
font-size: 1.1rem;
line-height: 1.7;
}
li {
Write
Preview
Loading…
Cancel
Save