Update navigation padding

This commit is contained in:
Andrew Kingston 2022-05-19 21:20:37 +01:00
parent 8d645ce8e1
commit 702ebdedf8
1 changed files with 1 additions and 1 deletions

View File

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