diff --git a/feast.css b/feast.css index 10622d9..2c7a96a 100644 --- a/feast.css +++ b/feast.css @@ -80,6 +80,8 @@ button { #actions { display: flex; flex-wrap: wrap; + align-items: start; + height: 100%; width: 40%; padding: 15px; } @@ -107,7 +109,8 @@ button { #combat-desc { width: 200px; - height: 400px; + height: 200px; + margin: 15px; background: #222; } diff --git a/feast.html b/feast.html index 050caf1..930c113 100644 --- a/feast.html +++ b/feast.html @@ -28,17 +28,6 @@