Browse Source

fix: spacing between first item and title

version-14
Jannat Patel 3 years ago
parent
commit
72be5c92ec
1 changed files with 2 additions and 1 deletions
  1. +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;
}
}



Loading…
Cancel
Save