Skip to content

Commit e31f753

Browse files
fix(unity-bootstrap-theme): fix school image styles in global footer
1 parent f25e7c1 commit e31f753

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_globalfooter.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ footer {
104104
--endorsed-logo-padding-bottom: 12px;
105105
--endorsed-logo-img-max-height: 100%;
106106
--endorsed-logo-img-width: 100%;
107+
--endorsed-logo-img-max-width: 320px;
107108
@include media-breakpoint-up(md) {
108109
& {
109110
--endorsed-logo-display: flex;
@@ -120,6 +121,7 @@ footer {
120121

121122
img {
122123
width: var(--endorsed-logo-img-width);
124+
max-width: var(--endorsed-logo-img-max-width);
123125
height: auto;
124126
max-height: var(--endorsed-logo-img-max-height);
125127
/* Transform here scales an image which has embedded padding so that

0 commit comments

Comments
 (0)