diff --git a/src/components/SkillPicker.vue b/src/components/SkillPicker.vue index 0bb8316..3c2ae7d 100644 --- a/src/components/SkillPicker.vue +++ b/src/components/SkillPicker.vue @@ -362,7 +362,7 @@ // width > 1800px : center the container @media screen and (min-width: 1800px) { .container { - left: calc( 100vw/2 - 1800px/2 ); + left: calc( 100vw/2 - 1800px/2 - #{$page-margin} ); max-width: 1800px; } }