Files
WEBSITE_hugulumu/styles/elements/cv.css
2024-06-02 12:24:53 +02:00

16 lines
224 B
CSS

.cv {
display: flex;
flex-direction: column;
width: auto;
max-width: 900px;
margin-bottom: 100px;
text-align: left;
}
.cv .cv_download {
display: inline-block;
width: 100%;
margin-top: 30px;
text-align: center;
}