Small Fixes
This commit is contained in:
Binary file not shown.
@@ -34,4 +34,12 @@
|
||||
width: 350px;
|
||||
height: 350px;
|
||||
}
|
||||
.about .left p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.about .left .button-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,13 +30,6 @@ const AboutContent = () => {
|
||||
<Link to="/contact">
|
||||
<button className="btn">Contact Me</button>
|
||||
</Link>
|
||||
<a
|
||||
href="/CV_Fernando_Videira.pdf"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<button className="btn">View CV</button>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div className="right">
|
||||
|
||||
Reference in New Issue
Block a user