nav: reduce padding

This commit is contained in:
Trianta 2024-11-25 22:42:27 -06:00
parent bb119f34c0
commit 6a7be4362d

View File

@ -23,7 +23,7 @@ canvas {
text-align: right; text-align: right;
border-bottom-left-radius: 12px; border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px; border-bottom-right-radius: 12px;
padding: 16px; padding: 6px;
max-width: 900px; max-width: 900px;
margin: auto; margin: auto;
} }