diff --git a/Aberwyn/wwwroot/css/budget.css b/Aberwyn/wwwroot/css/budget.css index dd3cb82..fbd44ba 100644 --- a/Aberwyn/wwwroot/css/budget.css +++ b/Aberwyn/wwwroot/css/budget.css @@ -24,12 +24,14 @@ body { font-family: 'Segoe UI', sans-serif; font-size: 14px; font-weight: 500; + } .budget-page { padding: 16px 24px; margin-left: 0; max-width: unset; + } .budget-header { @@ -63,6 +65,7 @@ body { .menu-container { position: relative; + } .month-picker-dropdown select, @@ -100,7 +103,6 @@ body { grid-template-columns: repeat(auto-fit, minmax(220px, 300px)); gap: 10px; align-items: stretch; - } diff --git a/Aberwyn/wwwroot/css/site.css b/Aberwyn/wwwroot/css/site.css index 10b58a1..3431cb1 100644 --- a/Aberwyn/wwwroot/css/site.css +++ b/Aberwyn/wwwroot/css/site.css @@ -155,6 +155,7 @@ body { position: relative; z-index: 0; overflow: visible !important; + } .main-panel { @@ -171,6 +172,7 @@ body { font-size: 16px; line-height: 1.7; margin-top: 0; + padding: 5px 5px 0 5px; position: static !important; z-index: auto !important; } @@ -360,6 +362,7 @@ body { .main-panel { position: relative !important; z-index: 1 !important; + padding: 0 5px 0 5px; } .main-nav {