diff --git a/styles.css b/styles.css index 6128375c..c94e8ac3 100644 --- a/styles.css +++ b/styles.css @@ -2,7 +2,9 @@ * { box-sizing: border-box; margin: 0; - padding: 0; + padding: 1px; + justify-content: center; + justify-items: center; } /* Enable smooth scrolling when clicking anchor links like #top */ @@ -298,6 +300,7 @@ body { font-weight: 600; font-size: 1rem; transition: all 0.3s ease; + justify-content: center; } .btn-primary, diff --git a/styles/main.css b/styles/main.css index cfbf1794..593b9062 100644 --- a/styles/main.css +++ b/styles/main.css @@ -1403,9 +1403,9 @@ main .scroll_to_top { min-height: unset; } footer .row.align-items-start { - flex-direction: column; - align-items: center; - gap: 1.5rem; + flex-direction: inherit; + align-items: auto; + gap: 1rem; } .footer-logo-col, .footer-links-col,