added button to download cv

This commit is contained in:
Karma Riuk
2023-09-02 18:21:47 +02:00
parent a66dd82bbc
commit e0b907820d
2 changed files with 24 additions and 4 deletions

View File

@ -647,6 +647,12 @@ section {
/*--------------------------------------------------------------
# My Resume
--------------------------------------------------------------*/
.resume {
display: flex;
flex-direction: column;
align-items: center;
}
.resume .resume-title {
font-size: 26px;
font-weight: 700;
@ -704,6 +710,12 @@ section {
border: 2px solid #82909c;
}
.btn {
color: #fff;
font-size: 20px;
background: #ffb727;
}
/*--------------------------------------------------------------
# My Services
--------------------------------------------------------------*/