Merge branch 'clay-improvements' of github.com:Hextris/hextris into clay-improvements
This commit is contained in:
commit
8a36d23ff4
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -90,6 +92,7 @@
|
||||||
|
|
||||||
#bottomContainer {
|
#bottomContainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
left:8px;
|
||||||
width:100%;
|
width:100%;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue