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> </div>
<style jsx>{` <style jsx>{`
footer {
font-size: 14px;
}
footer > div { footer > div {
text-align: center; text-align: center;
font-size: 14px;
color: ${COLORS.GRAY}; color: ${COLORS.GRAY};
} }

Loading…
Cancel
Save