File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments