From 4130ed734178ec1d4e1440bd08c77129decb96f9 Mon Sep 17 00:00:00 2001 From: G2-Games Date: Fri, 9 Dec 2022 20:14:52 -0600 Subject: [PATCH] Commit all final fixes --- public/css/style.css | 38 ++++++++++++++++++++++++++++++++++++++ public/index.html | 27 ++++++++++++--------------- 2 files changed, 50 insertions(+), 15 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index c82d8ff..a7c8efd 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -209,6 +209,24 @@ html { display: flex; flex-direction: column-reverse; overflow-x: hidden; + font-size: 16pt; +} + +#controlButtons { + display: flex; + justify-content: center; + align-content: center; + align-content: center; +} + +#hp { + float: left; + font-size: 14pt; +} + +#actionAmount { + float: right; + font-size: 14pt; } .highlight { @@ -291,6 +309,26 @@ html { height: 100%; border-radius: 0; } + + #status { + margin-left: 20px; + margin-right: 20px; + font-size: 12pt; + } + + #hp,#actionAmount { + float: none; + text-align: center; + } + + #controlButtons { + display: block; + text-align: center; + } + + .hidemobile { + display: none; + } } @media(max-height: 540px) { diff --git a/public/index.html b/public/index.html index 52a4acc..8223487 100644 --- a/public/index.html +++ b/public/index.html @@ -50,7 +50,7 @@ @@ -66,9 +66,8 @@


- - -

+ +

@@ -84,25 +83,25 @@