Skip to content

Commit 52c7eda

Browse files
committed
[FIX] - Anchor on contact bloc
1 parent baf008a commit 52c7eda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Contact.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Contact = () => {
3838
const {theme} = useContext(ThemeContext);
3939

4040
return (
41-
<Box sx={{display: "flex", flexWrap: "wrap", flexDirection: "row", justifyContent: "space-around", alignItems: "center", backgroundColor: theme.BackgroundColor, padding: "80px", boxShadow: `-20px -20px 20px ${theme.SecondBackgroundColor}, 20px -20px 20px ${theme.SecondBackgroundColor}`}}>
41+
<Box id="contact" sx={{display: "flex", flexWrap: "wrap", flexDirection: "row", justifyContent: "space-around", alignItems: "center", backgroundColor: theme.BackgroundColor, padding: "80px", boxShadow: `-20px -20px 20px ${theme.SecondBackgroundColor}, 20px -20px 20px ${theme.SecondBackgroundColor}`}}>
4242
<Box sx={{display: "flex", flexDirection: "column", width: "30vw", minWidth: "300px", textAlign: "left", justifyContent: "center"}}>
4343
<Typography sx={{fontSize: 30, color: theme.BoldTextColor, fontWeight: "bold"}}>Let's discuss your Project</Typography>
4444
<Box sx={{display: "flex", flexDirection: "column", justifyContent: "center", marginTop: "20px"}}>

0 commit comments

Comments
 (0)