fix: font size and spacing

This commit is contained in:
Shivam Mishra 2020-10-05 14:22:19 +05:30
parent dd5aed34e3
commit 552ac7c8ba

View file

@ -4,6 +4,7 @@ body {
}
.desk-sidebar {
font-size: var(--text-base);
.sidebar-section .sidebar-label {
margin-bottom: var(--margin-md);
margin-top: var(--margin-sm);
@ -46,6 +47,7 @@ body {
}
.widget-group {
font-size: var(--text-base);
margin-bottom: var(--margin-2xl);
.widget-group-head {
@ -378,7 +380,7 @@ body {
display: flex;
text-decoration: none;
color: var(--text-color);
padding: var(--padding-xs);
padding: var(--padding-xs) 0;
border-radius: var(--border-radius-md);
cursor: pointer;