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
+1
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,