Fix footer font-size

main
Jake Dexheimer 7 years ago committed by Jake Dexheimer
parent e5f4321c9e
commit c50fc497b6

@ -23,9 +23,12 @@ const Footer = props => (
¬
</div>
<style jsx>{`
footer {
font-size: 14px;
}
footer > div {
text-align: center;
font-size: 14px;
color: ${COLORS.GRAY};
}

Loading…
Cancel
Save