fixed small error in hero section : unrolling cv was creating a jump
This commit is contained in:
@@ -2,12 +2,13 @@ section {
|
||||
display: grid;
|
||||
margin: 0px;
|
||||
width: 100vw;
|
||||
grid-template-columns: 1fr auto 1fr;
|
||||
grid-auto-columns: auto;
|
||||
grid-auto-rows: auto;
|
||||
grid-gap: 10px;
|
||||
gap: 10px;
|
||||
min-height: 100vh;
|
||||
justify-items: center;
|
||||
text-align: center;
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
@@ -21,6 +22,9 @@ section {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
article {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
> * {
|
||||
grid-column: 2 / span 1;
|
||||
|
||||
Reference in New Issue
Block a user