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

@ -5,7 +5,8 @@
padding: 0px;
border: none;
list-style: none;
user-select: none;
user-select: none;
box-sizing: border-box;
}
body, html {