Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions app/Assets/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,12 @@ button:focus:hover.button--ghost,
content: "\2715"; /* ✕ */
}

.uklib-footer-fdlp {
width: 144px;
height: auto;
margin: 0 auto;
}

@media screen and (min-width: 58rem) {
.image-gallery__block-sizer,
.image-gallery__block {
Expand Down
2 changes: 1 addition & 1 deletion app/Views/Euk_Shared/global-footer.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<div class="editorial">
<a href="https://libguides.uky.edu/fedgov" title="This library is a Congressionally designated Regional Depository for U.S. Government Publications. Public access to the federal government publications collection is guaranteed by public law.">
<img class="uklib-footer-fdlp" src="/themes/assets/images/fdlp-logo.png" alt="Federal Depository Library">
<img class="uklib-footer-fdlp" src="/assets/images/fdlp-logo.png" alt="Federal Depository Library">
</a>
</div>

Expand Down
Loading