diff --git a/static/css/style.css b/static/css/style.css index 8820454..40084c5 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5576,6 +5576,9 @@ ol { @media (min-width: 768px) { .footer .footer-logo img { margin: 2.5rem 0; } } + .footer-menu ul { + margin-top: 1.1rem; /*added later on during the site building process, means that the footer links align with the USABLE logo */ + } .footer .footer-menu a { font-family: "montserrat-bold", Arial, sans-serif, -apple-system; color: #fff; }