box-sizing specified in the app styles

This commit is contained in:
NikolaBorislavovHristov 2018-06-12 11:25:59 +03:00
parent 2e9ab154c0
commit b3a399e2aa

View file

@ -6,6 +6,7 @@
border: none;
list-style: none;
user-select: none;
box-sizing: border-box;
}
body, html {