ios smooth scrolling

This commit is contained in:
cupcakearmy 2019-05-03 17:55:01 +02:00
parent 06be702099
commit 546ee17844

View File

@ -12,6 +12,7 @@ Theme URI: https://github.com/cupcakearmy/liquet
* { * {
box-sizing: border-box; box-sizing: border-box;
-webkit-overflow-scrolling: touch;
--clr-primary: hsl(194, 100%, 88%); --clr-primary: hsl(194, 100%, 88%);
--clr-white: #ffffff; --clr-white: #ffffff;
--clr-black: #000000; --clr-black: #000000;