Small Fixes
This commit is contained in:
Binary file not shown.
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user