From 6488899edb8ae47975b5485186c39fdcb03a6893 Mon Sep 17 00:00:00 2001 From: steveseguin Date: Thu, 6 Apr 2023 10:26:12 -0400 Subject: [PATCH] tweak to alignment --- index.html | 2 +- main.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 17c211a..65523dd 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ - + diff --git a/main.css b/main.css index 2a52426..176dc5e 100644 --- a/main.css +++ b/main.css @@ -3515,10 +3515,10 @@ div#roomnotes2 { .controlsGrid button { display: flex; - justify-content: center; + align-items: center; + justify-content: center; margin: 0; - text-align: right; - padding: 5px; + padding: 5px; border-radius: 4px; } .controlsGrid button.center {