Skip to content

Commit 4a402ee

Browse files
fix(component-header-footer): update footer ranking image
1 parent fce3f9d commit 4a402ee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,13 @@ const StyledFooter = styled.footer`
383383
padding-right: 16px;
384384
}
385385
}
386+
@media (max-width: 576px) {
387+
.img-link {
388+
img {
389+
max-width: 100%;
390+
}
391+
}
392+
}
386393
}
387394
}
388395
@@ -485,6 +492,8 @@ const StyledFooter = styled.footer`
485492
padding-left: 2rem;
486493
padding-right: 2rem;
487494
}
495+
496+
488497
}
489498
490499
@media (min-width: 576px) {

0 commit comments

Comments
 (0)