fixed margin/padding issue

This commit is contained in:
lengstrom 2015-05-31 22:00:09 -04:00
parent 407153921c
commit 785dcce806

View file

@ -5,6 +5,8 @@
<style type="text/css">
body {
overflow: hidden;
padding: 0;
margin: 0;
}
@font-face {
@ -90,6 +92,7 @@
#bottomContainer {
position: absolute;
left:8px;
width:100%;
bottom: 0;
}