From eca56aa9ea6855e747d8b0068a8a56b24f1254f9 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 22 Aug 2022 10:26:49 -0400 Subject: [PATCH] Discord button mobile width fix --- src/layouts/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layouts/index.html b/src/layouts/index.html index ae0be5f..063a559 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -71,6 +71,10 @@ width:100%; } + #discord-btn{ + width:100% !important; + } + } @media only screen and (min-width: 576px) {