diff --git a/templates/admin.html b/templates/admin.html index 33be24a..24aa258 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -53,6 +53,13 @@ text-decoration: none; text-transform: uppercase; box-shadow: 3px 3px 0px #000; + + display: inline-flex; + align-items: center; + justify-content: center; + } + button { + line-height: 1; } button:hover, .button:hover { background: #000; color: #fff; box-shadow: none; transform: translate(2px, 2px); } button:active { background: #ff0000; color: #fff; } @@ -180,17 +187,17 @@