From 285a07842348779289d12a320cedee7385a21586 Mon Sep 17 00:00:00 2001 From: Jonathan Townsend <39141152+jon-edward@users.noreply.github.com> Date: Sun, 31 Mar 2024 23:31:23 -0400 Subject: [PATCH] Update demos_index.html --- demos/demos_index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/demos/demos_index.html b/demos/demos_index.html index 6d1280c..fb649fe 100644 --- a/demos/demos_index.html +++ b/demos/demos_index.html @@ -22,8 +22,8 @@ top: 10px; border: 0; background: rgba(238, 238, 221, 0.5); - width: 50px; - height: 50px; + width: 60px; + height: 60px; font-size: xx-large; color: rgba(51,51,51, 0.5); box-shadow: none; @@ -33,6 +33,8 @@ font-weight: bolder; vertical-align: middle; display: table-cell; + text-align: center; + justify-content: center; } .control-button:hover { @@ -40,11 +42,11 @@ } #return-button { - right: 70px; + right: 90px; } #refresh-button { - right: 10px; + right: 20px; }