1
0
Fork 0
mirror of synced 2024-09-15 00:38:01 +12:00

Update navigation padding

This commit is contained in:
Andrew Kingston 2022-05-19 21:20:37 +01:00
parent 2ff85212eb
commit 12858c2b0f

View file

@ -268,7 +268,7 @@
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
padding: 24px 32px;
padding: 24px 32px 20px 32px;
max-width: 100%;
gap: var(--spacing-xl);
}