added some transitions

This commit is contained in:
2020-07-28 13:10:20 +02:00
parent 15a923a229
commit 7cff622e14
6 changed files with 53 additions and 7 deletions
+3
View File
@@ -42,6 +42,9 @@ body{
height:100%; max-height:100%;
overflow-y: hidden;
overflow-x: hidden;
>*{
@include fade-transition;
}
@media only screen and (max-width: $small-bp) {
overflow-y: auto;
padding:0 $side-padding/2 0 $side-padding/2;