mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
Fix slight alignment issue in footer
This commit is contained in:
parent
369e65747b
commit
1fbb7fb67b
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue