Skip to content

Commit

Permalink
fix: SKFP-1208 typo and image sizes (#4126)
Browse files Browse the repository at this point in the history
  • Loading branch information
aperron-ferlab authored Sep 25, 2024
1 parent 6dc83d6 commit 956bee7
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1 deletion.
Binary file modified src/components/assets/chicago.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/components/assets/chop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/components/assets/chu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/components/assets/unc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/components/assets/vanderbilt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/components/assets/velsera.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ const en = {
socials: {
follow: 'Follow @kidsfirstdrc',
email: 'Email kids first',
privacy: 'Privacy policy',
privacy: 'Privacy Policy',
cookies: 'Cookies',
},
legal: {
Expand Down
6 changes: 6 additions & 0 deletions src/views/LandingPage/Footer/About/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
row-gap: 24px;
}

.about .partners img {
width: 181px;
height: 80px;
object-fit: contain;
}

@media (max-width: 900px) {
.about {
flex-direction: column;
Expand Down

0 comments on commit 956bee7

Please sign in to comment.