From 8425a0c32a5e72da2c6cb121e1cc4ee9c99ec892 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Sat, 10 Aug 2019 18:24:13 -0700 Subject: [PATCH] Update life.html --- life.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/life.html b/life.html index 0fd80a6d..0b285884 100644 --- a/life.html +++ b/life.html @@ -48,7 +48,7 @@ - +
Number of Players:

@@ -201,13 +201,13 @@ } .menuInterior { margin: 90pt 0px 0px 0px; - padding: 20pt; + padding: 10pt; overflow-y: scroll; height: calc(100% - 90pt); border: 1px solid white; } .menuOption { - font-size: 30pt; + font-size: 24pt; background-color: #333; border-radius: 1em; display: inline-block;