fixed small error in hero section : unrolling cv was creating a jump
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#hero {
|
||||
min-height: 100vh;
|
||||
grid-template-rows: 1fr auto 1fr;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
grid-template-rows: auto auto auto 1fr;
|
||||
.subtitle {
|
||||
text-align: center;
|
||||
}
|
||||
details {
|
||||
.cv {
|
||||
#cv_download {
|
||||
margin-top: 20px;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user