css bugfixing

This commit is contained in:
yamanq 2015-02-10 18:22:37 -05:00
parent c90609fae7
commit 904a880eee

View File

@ -17,6 +17,8 @@ body {
height:100%; height:100%;
width: 100%; width: 100%;
margin: 0; margin: 0;
-webkit-user-select: none;
overflow-x: hidden;
} }
h5 { h5 {
margin-top:0.3%; margin-top:0.3%;