Skip to content

Commit

Permalink
replace small logos with higher res
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencyberspace committed Jun 5, 2024
1 parent 87e30cd commit d247e07
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
Binary file modified app/assets/img/dcyf-white.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 app/assets/img/sf-seal-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 3 additions & 10 deletions app/components/ui/Footer/Footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,9 @@
gap: 1rem;
}

.site-footer__sfseal-center {
display: flex;
width: 100%;
justify-content: center;
img {
width: 150px;
@media screen and (max-width: $break-tablet-s) {
width: 120px;
}
}
.site-footer__sfseal img,
.site-footer__dcyf img {
height: 100px;
}

.service-guide {
Expand Down
2 changes: 1 addition & 1 deletion app/components/ui/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const Footer = () => {
<div className="site-footer__sfseal">
<img src={SFSeal} alt="City of San Francisco Seal" />
</div>
<div className="site-footer__dcyf-center">
<div className="site-footer__dcyf">
<img
src={DCYFLogo}
alt="SF Department of Children Youth and their Families"
Expand Down
4 changes: 4 additions & 0 deletions config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ AUTH0_AUDIENCE: "http://localhost:8080/api"
AUTH0_CLIENT_ID: "UcnuRrX6S0SeDEhW9PRe01wEhcvIRuwc"
AUTH0_DOMAIN: "dev-nykixf8szsm220fi.us.auth0.com"
AUTH0_REDIRECT_URI: "http://localhost:8080/auth"

# Get Project ID in Sanity Studio
SANITY_PROJECT_ID:
SANITY_PROJECT_DATASET: "development"

0 comments on commit d247e07

Please sign in to comment.