Skip to content

Commit e957461

Browse files
fix(component-header-footer): update footer innovation logo
1 parent 944b925 commit e957461

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
-31.2 KB
Loading

packages/component-header-footer/src/footer/index.styles.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ const StyledFooter = styled.footer`
227227
margin-left: 1rem;
228228
transition: 0.5s cubic-bezier(0.19, 1, 0.19, 1);
229229
margin-left: 0.5rem;
230-
font-size: 0.75rem;
230+
font-size: 1rem;
231231
232232
&.open {
233233
transform: rotate(180deg);
@@ -313,10 +313,13 @@ const StyledFooter = styled.footer`
313313
order: 2;
314314
margin-right: 0;
315315
transform: translate(1.5rem, 0);
316+
padding-top: 24px;
317+
padding-bottom: 24px;
316318
317319
img {
318-
height: 100px;
320+
height: auto;
319321
width: auto;
322+
max-width: 320px;
320323
}
321324
}
322325
@@ -356,6 +359,11 @@ const StyledFooter = styled.footer`
356359
}
357360
}
358361
}
362+
@media (min-width: 991.98px) {
363+
.img-link {
364+
padding-right: 16px;
365+
}
366+
}
359367
}
360368
}
361369

0 commit comments

Comments
 (0)