diff --git a/lib/assets/stylesheets/overrides.scss b/lib/assets/stylesheets/overrides.scss index 5861be7..425e7fd 100644 --- a/lib/assets/stylesheets/overrides.scss +++ b/lib/assets/stylesheets/overrides.scss @@ -227,10 +227,13 @@ /* footer */ #footer-navbar { bottom: 0; + margin-top: 20px; + margin-bottom: -20px; width: 100%; position: absolute; } + /* HEADER STYLING */ /* $header-height: 165px; @@ -298,12 +301,14 @@ .tooltip-inner { min-width: 320px; max-width: 100%; + text-align: left; } @media (max-width: 320px) { .tooltip-inner { min-width: initial; max-width: 120px; + text-align: left; } }