Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Innovation = () => {
>
<img
src={innovationLogo}
alt="Repeatedly ranked #1, 20+ lists in the last 3 years"
alt="Repeatedly ranked #1 on 30+ lists in the last 3 years"
width="459"
height="100"
loading="lazy"
Expand Down
9 changes: 9 additions & 0 deletions packages/component-header-footer/src/footer/index.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,13 @@ const StyledFooter = styled.footer`
padding-right: 16px;
}
}
@media (max-width: 576px) {
.img-link {
img {
max-width: 100%;
}
}
}
}
}

Expand Down Expand Up @@ -485,6 +492,8 @@ const StyledFooter = styled.footer`
padding-left: 2rem;
padding-right: 2rem;
}


}

@media (min-width: 576px) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,18 @@ footer {
}
}

@include media-breakpoint-down(sm) {
#footer-innovation {
.footer-innovation-links {
.img-link {
img {
max-width: 100%;
}
}
}
}
}

/*------------------------------------------------------------------
7. Footer Colophon (#footer-colophon)
--------------------------------------------------------------------*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const GlobalElementsOnly = () => (
>
<img
src={innovationLockup}
alt="Repeatedly ranked #1 in innovation (ASU ahead of MIT and Stanford), sustainability (ASU ahead of Stanford and UC Berkeley), and global impact (ASU ahead of MIT and Penn State)"
alt="Repeatedly ranked #1 on 30+ lists in the last 3 years"
width="459"
height="100"
loading="lazy"
Expand Down Expand Up @@ -302,7 +302,7 @@ export const ZeroColumns = () => (
>
<img
src={innovationLockup}
alt="Repeatedly ranked #1 in innovation (ASU ahead of MIT and Stanford), sustainability (ASU ahead of Stanford and UC Berkeley), and global impact (ASU ahead of MIT and Penn State)"
alt="Repeatedly ranked #1 on 30+ lists in the last 3 years"
width="459"
height="100"
loading="lazy"
Expand Down Expand Up @@ -555,7 +555,7 @@ export const OneColumn = () => (
>
<img
src={innovationLockup}
alt="Repeatedly ranked #1 in innovation (ASU ahead of MIT and Stanford), sustainability (ASU ahead of Stanford and UC Berkeley), and global impact (ASU ahead of MIT and Penn State)"
alt="Repeatedly ranked #1 on 30+ lists in the last 3 years"
width="459"
height="100"
loading="lazy"
Expand Down Expand Up @@ -719,7 +719,7 @@ export const OneColumnNoLogoOrSocial = () => (
>
<img
src={innovationLockup}
alt="Repeatedly ranked #1 in innovation (ASU ahead of MIT and Stanford), sustainability (ASU ahead of Stanford and UC Berkeley), and global impact (ASU ahead of MIT and Penn State)"
alt="Repeatedly ranked #1 on 30+ lists in the last 3 years"
width="459"
height="100"
loading="lazy"
Expand Down Expand Up @@ -1017,7 +1017,7 @@ export const TwoColumns = () => (
>
<img
src={innovationLockup}
alt="Repeatedly ranked #1 in innovation (ASU ahead of MIT and Stanford), sustainability (ASU ahead of Stanford and UC Berkeley), and global impact (ASU ahead of MIT and Penn State)"
alt="Repeatedly ranked #1 on 30+ lists in the last 3 years"
width="459"
height="100"
loading="lazy"
Expand Down Expand Up @@ -1363,7 +1363,7 @@ export const ThreeColumns = () => (
>
<img
src={innovationLockup}
alt="Repeatedly ranked #1 in innovation (ASU ahead of MIT and Stanford), sustainability (ASU ahead of Stanford and UC Berkeley), and global impact (ASU ahead of MIT and Penn State)"
alt="Repeatedly ranked #1 on 30+ lists in the last 3 years"
width="459"
height="100"
loading="lazy"
Expand Down Expand Up @@ -1757,7 +1757,7 @@ export const FourColumns = () => (
>
<img
src={innovationLockup}
alt="Repeatedly ranked #1 in innovation (ASU ahead of MIT and Stanford), sustainability (ASU ahead of Stanford and UC Berkeley), and global impact (ASU ahead of MIT and Penn State)"
alt="Repeatedly ranked #1 on 30+ lists in the last 3 years"
width="459"
height="100"
loading="lazy"
Expand Down Expand Up @@ -2199,7 +2199,7 @@ export const FiveColumns = () => (
>
<img
src={innovationLockup}
alt="Repeatedly ranked #1 in innovation (ASU ahead of MIT and Stanford), sustainability (ASU ahead of Stanford and UC Berkeley), and global impact (ASU ahead of MIT and Penn State)"
alt="Repeatedly ranked #1 on 30+ lists in the last 3 years"
width="459"
height="100"
loading="lazy"
Expand Down Expand Up @@ -2683,7 +2683,7 @@ export const SixColumns = () => (
>
<img
src={innovationLockup}
alt="Repeatedly ranked #1 in innovation (ASU ahead of MIT and Stanford), sustainability (ASU ahead of Stanford and UC Berkeley), and global impact (ASU ahead of MIT and Penn State)"
alt="Repeatedly ranked #1 on 30+ lists in the last 3 years"
width="459"
height="100"
loading="lazy"
Expand Down