diff --git a/style.css b/style.css index 77e13ca..4ed5f2b 100644 --- a/style.css +++ b/style.css @@ -30,18 +30,12 @@ a{ color: #000000; } -/* We cheat a bit here to fit all the controls in one row. - I will add a proper workaround later. - */ -.evenly *{ - width: 24%; -} - #gl{ width: 60%; height: 100%; float: left; cursor: move; + position: fixed; } #card{ @@ -99,7 +93,7 @@ a{ } .equipment{ - width: 80%; + width: 80%; } .rotations{ @@ -113,4 +107,4 @@ a{ .rotations input{ width: 100%; -} \ No newline at end of file +}