16 lines
224 B
CSS
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;
|
|
}
|