Update padding for component container to improve layout consistency

This commit is contained in:
2025-11-20 20:45:36 -04:00
parent 74ee3d19c4
commit abde0e9610

View File

@@ -156,7 +156,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin-bottom: 30px; margin-bottom: 30px;
padding: 20px 0; padding: 20px 30px;
box-shadow: 0 2px 8px rgba(0,0,0,0.06); box-shadow: 0 2px 8px rgba(0,0,0,0.06);
} }