|
@@ -49,9 +49,8 @@ const Highlight = styled('div')({ |
|
|
const Title = styled('small')({ |
|
|
const Title = styled('small')({ |
|
|
display: 'block', |
|
|
display: 'block', |
|
|
fontWeight: 'bolder', |
|
|
fontWeight: 'bolder', |
|
|
'@media (min-width: 1080px)': { |
|
|
|
|
|
display: 'none', |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
position: 'absolute', |
|
|
|
|
|
left: -999999, |
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
const MobileBase = styled(Base)({ |
|
|
const MobileBase = styled(Base)({ |
|
|