Removed Page Transition for now.

This commit is contained in:
2018-10-23 17:27:48 +11:00
parent b4a113e046
commit 5f37dc3194
5 changed files with 26 additions and 55 deletions

View File

@ -11,10 +11,7 @@
body {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
font-family: $s-font--stack-default;
font-size: $s-font--size--base;
overflow: hidden;//Really makes the transitions feel smoother
}