diff --git a/web/app/themes/mitlib-parent/css/scss/partials/_footer.scss b/web/app/themes/mitlib-parent/css/scss/partials/_footer.scss index a1f749ea..05f683e3 100644 --- a/web/app/themes/mitlib-parent/css/scss/partials/_footer.scss +++ b/web/app/themes/mitlib-parent/css/scss/partials/_footer.scss @@ -161,29 +161,25 @@ } } // End .footer-main .footer-info-institute { - align-items: baseline; + align-items: start; background: $gray-dark; display: flex; - flex-direction: column; - flex-wrap: wrap; + justify-content: space-between; padding: 1.5em 1.375em; - @include bp-tablet--portrait { - flex-direction: row; - } .license { color: #fff; font-size: 0.6875em; - margin-left: auto; + margin-left: auto; + @include rem-first(max-width, 25); a { color: #ededed; text-decoration: underline; } } - .link-mit-home { + .link-logo-mit { display: block; - @include bp-tablet--portrait{ - margin: 0 1em 1.5em 0; - } + @include rem-first(margin-right, 3.125); + @include rem-first(min-width, 9.5); } } // Old browser fixes @@ -199,7 +195,7 @@ > div { float: left; } - .link-mit-home { + .link-logo-mit { padding-top: 1.5em; } }