mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
expander: improve whitespace between label and content #338
This commit is contained in:
parent
e898edfbef
commit
1b6c0e87e0
1 changed files with 4 additions and 0 deletions
|
@ -971,6 +971,10 @@ option {
|
|||
width: .6rem;
|
||||
}
|
||||
|
||||
.expand-content {
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
/* expander collapsed, default */
|
||||
.expand > .expand-label > .fa-chevron-down {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue