Slight gap between sidebar

This commit is contained in:
James Barnsley
2018-11-09 23:18:13 +13:00
parent 5fa7e2fe09
commit 600d558d6b
4 changed files with 6 additions and 6 deletions

View File

@ -4,8 +4,8 @@ $parallax: 'parallax';
overflow: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
left: -10px;
right: -10px;
height: 100%;
max-height: 80vh;
transform: translateZ(-400px) scale(1.4);