Reduce mb on widget header
This commit is contained in:
parent
e174fd731c
commit
b25b117717
1 changed files with 1 additions and 1 deletions
|
|
@ -614,7 +614,7 @@ kbd:active {
|
||||||
.widget-header {
|
.widget-header {
|
||||||
padding: 0 calc(var(--widget-content-horizontal-padding) + 1px);
|
padding: 0 calc(var(--widget-content-horizontal-padding) + 1px);
|
||||||
font-size: var(--font-size-h4);
|
font-size: var(--font-size-h4);
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 0.9rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue