diff --git a/src/app/footer/footer.component.html b/src/app/footer/footer.component.html index 3e9fafc714f..a98b1421e42 100644 --- a/src/app/footer/footer.component.html +++ b/src/app/footer/footer.component.html @@ -57,12 +57,6 @@
Footer Content
{{ 'footer.copyright' | translate:{year: dateObj | date:'y'} }} {{ 'footer.link.lyrasis' | translate}} - @if ((themedByCompanyName$ | async)?.payload?.values?.[0]; as themedByCompany) { - · Theme by - {{ themedByCompany }} - - }

+ @if ((themedByCompanyName$ | async)?.payload?.values?.[0]; as themedByCompany) { + + } @if (coarLdnEnabled$ | async) {
diff --git a/src/app/footer/footer.component.scss b/src/app/footer/footer.component.scss index f890815febc..eec15957d79 100644 --- a/src/app/footer/footer.component.scss +++ b/src/app/footer/footer.component.scss @@ -22,6 +22,16 @@ } .bottom-footer { + // Vendor credit stands on its own to the right of the centred copyright + // block. A plain flex item with a wide gap rather than absolute + // positioning, so it never overlaps the .notify-enabled block that pins + // itself bottom-right. + .footer-sign { + @media screen and (min-width: map-get($grid-breakpoints, md)) { + margin-left: 16rem; + } + } + .notify-enabled { position: relative; margin-top: 4px;