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: spacing between first item and title
version-14
Jannat Patel
3 years ago
parent
f571691afb
commit
72be5c92ec
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
frappe/public/scss/website/page_builder.scss
+ 2
- 1
frappe/public/scss/website/page_builder.scss
View File
@@ -481,7 +481,7 @@
.collapsible-item-title {
font-weight: 600;
color: var(--
gray-900
);
color: var(--
text-color
);
font-size: var(--text-2xl);
}
@@ -522,6 +522,7 @@
.section-description, .collapsible-items {
margin-left: auto;
margin-right: auto;
margin-top: 1.5rem;
}
}
Write
Preview
Loading…
Cancel
Save