File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
unity-bootstrap-theme/src/scss/extends Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -111,15 +111,17 @@ const StyledFooter = styled.footer`
111111 --endorsed-logo-display: block;
112112 --endorsed-logo-padding-top: 12px;
113113 --endorsed-logo-padding-bottom: 12px;
114- --endorsed-logo-img-max-height: 100% ;
114+ --endorsed-logo-img-max-height: 6rem ;
115115 --endorsed-logo-img-width: 100%;
116+ --endorsed-logo-img-max-width: 320px;
116117 padding-top: var(--endorsed-logo-padding-top);
117118 padding-bottom: var(--endorsed-logo-padding-bottom);
118119 display: var(--endorsed-logo-display);
119120 align-items: center;
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: scale(1.13);
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments