From f7d5048fc9706eb08046972942cf11d877f5576c Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sat, 10 Aug 2019 14:26:06 -0700 Subject: [PATCH] Update life.html --- life.html | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/life.html b/life.html index 84a966de..1e8c45b7 100644 --- a/life.html +++ b/life.html @@ -135,6 +135,9 @@ } #gridShell { display: none; + position: fixed; + top: 0; + left: 0; } #gridShell:fullscreen { display: inline-block; @@ -168,10 +171,10 @@ } .menuExitButton { position: fixed; - top: 1vw; - right: 1vw; - width: 15vw; - height: 15vw; + top: 10pt; + right: 10pt; + width: 80pt; + height: 80pt; } .menu { position: fixed; @@ -188,12 +191,12 @@ vertical-align: middle; } .menuOption { - font-size: 8vw; + font-size: 40pt; background-color: #333; border-radius: 1em; display: inline-block; - margin-bottom: 1vw; - padding: 1vw; + margin-bottom: 15pt; + padding: 8pt; } .hidden { display: none;