Skip to content

Commit

Permalink
Update styling and layout of institute footer
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernhardt committed Nov 30, 2023
1 parent feec3ac commit 61fa646
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions web/app/themes/mitlib-parent/css/scss/partials/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -199,7 +195,7 @@
> div {
float: left;
}
.link-mit-home {
.link-logo-mit {
padding-top: 1.5em;
}
}
Expand Down

0 comments on commit 61fa646

Please sign in to comment.