Increase padding

This commit is contained in:
Steve Ruiz 2021-09-11 17:23:38 +01:00
parent 5359e92771
commit f4e8631482

View file

@ -113,7 +113,7 @@ const tlcss = css`
--tl-scale: calc(1 / var(--tl-zoom));
--tl-camera-x: 0px;
--tl-camera-y: 0px;
--tl-padding: calc(32px * var(--tl-scale));
--tl-padding: calc(64px * var(--tl-scale));
position: relative;
box-sizing: border-box;
width: 100%;