fix: skill picker media queries centering
This commit is contained in:
parent
e289eec8dd
commit
eb01da57c3
|
@ -362,7 +362,7 @@
|
||||||
// width > 1800px : center the container
|
// width > 1800px : center the container
|
||||||
@media screen and (min-width: 1800px) {
|
@media screen and (min-width: 1800px) {
|
||||||
.container {
|
.container {
|
||||||
left: calc( 100vw/2 - 1800px/2 );
|
left: calc( 100vw/2 - 1800px/2 - #{$page-margin} );
|
||||||
max-width: 1800px;
|
max-width: 1800px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue