mirror of
https://github.com/FranP-code/Crypto-Prices.git
synced 2025-10-12 23:53:06 +00:00
minor fixes
This commit is contained in:
@@ -20,7 +20,7 @@ const Crypto = () => {
|
||||
|
||||
const CryptoStyles = styled(Grid)`
|
||||
|
||||
height: 100vh;
|
||||
height: 87vh;
|
||||
|
||||
header {
|
||||
|
||||
|
||||
@@ -28,21 +28,26 @@ const Footer = () => {
|
||||
return (
|
||||
<footer
|
||||
style={{
|
||||
|
||||
fontFamily: "Raleway",
|
||||
color:"#fff",
|
||||
marginTop: "3vh",
|
||||
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
|
||||
width: "100%",
|
||||
|
||||
paddingTop: "4vh",
|
||||
paddingBottom: "4vh",
|
||||
height: "10vh",
|
||||
|
||||
paddingLeft: "3vw",
|
||||
|
||||
|
||||
marginTop: "3vh",
|
||||
|
||||
boxSizing: "border-box",
|
||||
|
||||
backgroundColor: "#00000036"
|
||||
}}
|
||||
>
|
||||
Made with 💓 by <a style={{color: "#1f5ebd"}} href="https://porfolio-franp.netlify.app" rel="noreferrer" target="_blank">Francisco Pessano</a>
|
||||
Made with 💓 by <a style={{color: "#fff023", marginLeft: "5px"}} href="https://porfolio-franp.netlify.app" rel="noreferrer" target="_blank">Francisco Pessano</a>
|
||||
</footer>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user