aboutsummaryrefslogtreecommitdiff
path: root/website/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/assets/css/style.css')
-rw-r--r--website/assets/css/style.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/website/assets/css/style.css b/website/assets/css/style.css
index d3f4f5a..f69a263 100644
--- a/website/assets/css/style.css
+++ b/website/assets/css/style.css
@@ -59,16 +59,14 @@ ul .fa {
59} 59}
60 60
61.overbox { 61.overbox {
62 /*display: none;*/
63 margin-left: -100%; 62 margin-left: -100%;
64} 63}
65 64
66.overbox:target { 65.overbox:target {
67 /*display: block;*/
68 margin-left: 0; 66 margin-left: 0;
69} 67}
70 68
71#play > * { 69#game-frame {
72 margin-top: 120px; 70 margin-top: 120px;
73 margin-left: 90px; 71 margin-left: 90px;
74 width: calc(100% - 180px); 72 width: calc(100% - 180px);
@@ -78,6 +76,9 @@ ul .fa {
78#map-frame { 76#map-frame {
79 width: 100%; 77 width: 100%;
80 height: 100%; 78 height: 100%;
79}
80
81iframe {
81 border: none; 82 border: none;
82 overflow: hidden; 83 overflow: hidden;
83} \ No newline at end of file 84}