diff --git a/feast.css b/feast.css index de52a9a..ea7bff3 100644 --- a/feast.css +++ b/feast.css @@ -1,12 +1,15 @@ body { background: #111; color: #eee; + height: 100%; + width: 100%; } button { background: #222; color: #eee; } + .compass-button { width: 100px; height: 100px; @@ -14,10 +17,24 @@ button { #log { background: #222; - width: 500px; - height: 700px; + width: 100%; + height: 100%; + flex: 3; } #stats { float: right; + flex: 1; +} + +#game-and-stats { + margin: auto; + height: 500px; + width: 700px; + display: flex; +} + +#footer { + width: 500px; + margin: auto; } diff --git a/feast.html b/feast.html index 7f80c46..ba188c6 100644 --- a/feast.html +++ b/feast.html @@ -17,24 +17,26 @@
-