Skip to content

Commit

Permalink
feat(core): ✨ increase spacing between menus in drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jul 6, 2023
1 parent eecd21d commit 45c970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.citizen.styles/components/Drawer.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
justify-content: center;
padding: var( --space-xs );
font-size: 0.875rem; // TODO: Make this a variable
gap: var( --space-xs );
gap: var( --space-sm );
grid-template-columns: repeat( auto-fit, 15rem );

a {
Expand Down

0 comments on commit 45c970e

Please sign in to comment.