update app styles

This commit is contained in:
Justin Edmund 2025-09-25 00:26:50 -07:00
parent d13412dfb9
commit a10659b347

View file

@ -39,7 +39,6 @@ ul {
max-width: var(--main-max-width); max-width: var(--main-max-width);
margin: 0 auto; margin: 0 auto;
width: 100%; width: 100%;
padding: 0 spacing.$unit-2x; // Only horizontal padding, vertical handled by layout
transition: max-width 0.3s ease; transition: max-width 0.3s ease;
// Responsive padding for smaller screens // Responsive padding for smaller screens