Skip to content

Commit

Permalink
Merge pull request #112 from MITLibraries/pw-80
Browse files Browse the repository at this point in the history
Fixups
  • Loading branch information
JPrevost authored Dec 6, 2023
2 parents 52efb6f + 06a7c1c commit e6cd238
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _assets/sass/elements/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
.footer-info-institute {
display: flex;
justify-content: space-between;
align-items: baseline;
align-items: start;
}

a {
Expand Down
4 changes: 2 additions & 2 deletions _includes/footer-site-slim.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
<div class="wrap-footer-institute">
<div class="footer-info-institute">
<a class="link-logo-mit" href="https://www.mit.edu">
<span class="sr">MIT</span>
<span class="sr">MIT home</span>
<img
src="https://cdn.mitlibrary.net/files/branding/local/mit_lockup_std-three-line_rgb_white.svg"
alt="MIT Libraries logo"
alt="MIT logo"
height="35"
/>
</a>
Expand Down
7 changes: 2 additions & 5 deletions _includes/footer-site.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,13 @@ <h3 class="title item"><a href="https://libraries.mit.edu/about">About us</a></h
<div class="wrap-footer-institute">
<footer class="footer-info-institute" aria-label="MIT footer" role="contentinfo">
<a class="link-logo-mit" href="https://www.mit.edu">
<span class="sr">MIT</span>
<span class="sr">MIT home</span>
<img
src="https://cdn.mitlibrary.net/files/branding/local/mit_lockup_std-three-line_rgb_white.svg"
alt="MIT Libraries logo"
alt="MIT logo"
height="35"
/>
</a>
<div class="about-mit">
<span class="item">Massachusetts Institute of Technology</span>
</div>
<div class="license">
Content created by the MIT Libraries,
<a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC</a> unless otherwise noted.
Expand Down
3 changes: 1 addition & 2 deletions _includes/header-site-slim.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ <h1 class="name-site group nav-logo">
<span class="sr">MIT Libraries home</span>
<img src="https://cdn.mitlibrary.net/files/branding/local/mitlib-wordmark.svg" height="35" alt="MIT Libraries logo">
</a>
</a>
</h1>
</div>
<div class="wrap-header-supp">
<a class="link-logo-mit" href="https://www.mit.edu"><span class="sr">MIT</span>
<a class="link-logo-mit" href="https://www.mit.edu"><span class="sr">MIT home</span>
<img src="https://cdn.libraries.mit.edu/files/branding/local/mit_logo_std_rgb_white.svg" height="35" alt="MIT logo" >
</div>
</header>
Expand Down

0 comments on commit e6cd238

Please sign in to comment.