{this.props.children} @@ -61,7 +63,7 @@ Layout.propTypes = { children: PropTypes.any.isRequired, seoAdditional: PropTypes.any, image: PropTypes.string, - speakable: PropTypes.any + speakable: PropTypes.any, }; export default Layout; diff --git a/src/layouts/default.scss b/src/layouts/default.scss index b4b3a69..678ee7c 100644 --- a/src/layouts/default.scss +++ b/src/layouts/default.scss @@ -2,8 +2,6 @@ @import "~@fontsource/fira-code/700.css"; @import "../variables"; - - * { box-sizing: border-box; } @@ -69,7 +67,6 @@ section > article, } article { - a { color: $accentColor; text-decoration: underline dotted currentColor; diff --git a/src/pages/about.js b/src/pages/about.js index c55cc72..9664e0c 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -34,7 +34,10 @@ export const query = graphql` name image { childImageSharp { - gatsbyImageData(placeholder: BLURRED, layout: FULL_WIDTH) + gatsbyImageData( + placeholder: BLURRED + layout: FULL_WIDTH + ) } } shortDescription @@ -65,7 +68,7 @@ export const query = graphql` `; const AboutPage = (props) => { - const {t} = useTranslation(); + const { t } = useTranslation(); React.useEffect(() => { if (typeof window === "undefined") return; @@ -99,15 +102,15 @@ const AboutPage = (props) => { let file = props.data.file; return ( - - +
@@ -166,10 +169,20 @@ const AboutPage = (props) => { projectStyles.projectCardImage } > -
- +
+
{ })}
- seeMore{" "} - + seeMore
@@ -203,7 +215,7 @@ const AboutPage = (props) => { donationCatchphrase - +