Small Fixes

This commit is contained in:
2024-11-19 04:15:37 +00:00
parent c5f481e6a3
commit 299e555155
3 changed files with 8 additions and 7 deletions
Binary file not shown.
+8
View File
@@ -34,4 +34,12 @@
width: 350px; width: 350px;
height: 350px; height: 350px;
} }
.about .left p {
text-align: center;
}
.about .left .button-container {
display: flex;
justify-content: center;
}
} }
-7
View File
@@ -30,13 +30,6 @@ const AboutContent = () => {
<Link to="/contact"> <Link to="/contact">
<button className="btn">Contact Me</button> <button className="btn">Contact Me</button>
</Link> </Link>
<a
href="/CV_Fernando_Videira.pdf"
target="_blank"
rel="noopener noreferrer"
>
<button className="btn">View CV</button>
</a>
</div> </div>
</div> </div>
<div className="right"> <div className="right">