From 220a2f56454a72a31d76e674351076bc1f0f76e5 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Wed, 27 Jul 2022 00:53:56 +0100 Subject: [PATCH] . --- base.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/base.css b/base.css index 0652feb..908ca99 100644 --- a/base.css +++ b/base.css @@ -23,13 +23,15 @@ main{ } .home-button{ display: inline-block; - width: 80px; - height: 76px; + width: 82px; + height: 82px; overflow: hidden; } .home-button > div{ font-size: 60px; - padding: 8px 10px; + padding: 10px; + vertical-align: top; + text-align: center; } .nav{ width: 100%;