浏览代码

fix: spacing between first item and title

version-14
Jannat Patel 3 年前
父节点
当前提交
72be5c92ec
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      frappe/public/scss/website/page_builder.scss

+ 2
- 1
frappe/public/scss/website/page_builder.scss 查看文件

@@ -481,7 +481,7 @@


.collapsible-item-title { .collapsible-item-title {
font-weight: 600; font-weight: 600;
color: var(--gray-900);
color: var(--text-color);
font-size: var(--text-2xl); font-size: var(--text-2xl);
} }


@@ -522,6 +522,7 @@
.section-description, .collapsible-items { .section-description, .collapsible-items {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
margin-top: 1.5rem;
} }
} }




正在加载...
取消
保存