fix: spacing between first item and title
This commit is contained in:
parent
f571691afb
commit
72be5c92ec
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue