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