From 7181e0b134dadca0814c41fc1209701c77fc72d8 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 19 Aug 2022 14:09:38 -0400 Subject: [PATCH] Whitepaper button mobile fix --- src/layouts/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/layouts/index.html b/src/layouts/index.html index 1161522..33c09c0 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -67,6 +67,10 @@ margin-bottom:20px; } + #whitepaper-btn{ + width:100%; + } + } @media only screen and (min-width: 576px) {