1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 07:01:19 -04:00

fix distorted header image on narrow viewports

This commit is contained in:
2022-09-14 17:50:09 -04:00
parent 3ede1de299
commit f40c86a0cb
4 changed files with 150 additions and 149 deletions

View File

@@ -21,6 +21,7 @@ const CircleImage = styled(Image, {
const SelfieLink = styled(Link, {
display: "inline-flex",
flexShrink: 0,
alignItems: "center",
color: theme.colors.mediumDark,