14 lines
182 B
CSS
14 lines
182 B
CSS
#hero {
|
|
min-height: 100vh;
|
|
grid-template-rows: 1fr auto 1fr;
|
|
.subtitle {
|
|
text-align: center;
|
|
}
|
|
details {
|
|
#cv_download {
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|