decrease padding on list header

This commit is contained in:
jeffvli
2026-04-05 03:49:31 -07:00
parent 4fd56281d5
commit 031d365262
4 changed files with 4 additions and 3 deletions
@@ -97,7 +97,7 @@
justify-content: center;
width: 100%;
height: 100%;
padding: var(--theme-spacing-sm);
padding: 0 var(--theme-spacing-xs);
}
.title-wrapper.hidden {