File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export default function Footer() {
1818 query FooterImages {
1919 logo: file(relativePath: { eq: "logo-white.png" }) {
2020 childImageSharp {
21- fixed(width: 199 , quality: 100) {
21+ fixed(width: 182 , quality: 100) {
2222 ...GatsbyImageSharpFixed_noBase64
2323 }
2424 }
Original file line number Diff line number Diff line change @@ -92,14 +92,14 @@ export default function PostDefaultLayoutSettingsQuery (props) {
9292 }
9393 logo: file(relativePath: { eq: "logo-white.png" }) {
9494 childImageSharp {
95- fixed(width: 199 , quality: 100) {
95+ fixed(width: 182 , quality: 100) {
9696 ...GatsbyImageSharpFixed_noBase64
9797 }
9898 }
9999 }
100100 darklogo: file(relativePath: { eq: "logo-dark.png" }) {
101101 childImageSharp {
102- fixed(width: 199 , quality: 100) {
102+ fixed(width: 182 , quality: 100) {
103103 ...GatsbyImageSharpFixed_noBase64
104104 }
105105 }
You can’t perform that action at this time.
0 commit comments