Fix slight alignment issue in footer

This commit is contained in:
Caleb Denio 2024-07-12 12:02:50 -04:00
parent 369e65747b
commit 1fbb7fb67b
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ import NextLink from 'next/link'
import theme from '@hackclub/theme'
import Icon from './icon'
const Base = styled(Box, { shouldForwardProp: prop => prop !== "dark" })`
const Base = styled(Box, { shouldForwardProp: prop => prop !== 'dark' })`
background: ${props =>
props.dark
? `${theme.colors.darker} radial-gradient(${theme.colors.black} 1px, transparent 1px)`
@ -137,7 +137,8 @@ const Footer = ({
transition:
'transform .125s ease-in-out, color .125s ease-in-out',
':hover,:focus': { transform: 'scale(1.125)' }
}
},
placeItems: 'center'
}}
>
<Service