diff --git a/backend/static/css/account.css b/backend/static/css/account.css index 04bdd91..13d6199 100644 --- a/backend/static/css/account.css +++ b/backend/static/css/account.css @@ -1,6 +1,7 @@ .account-div button { - width: 300px; + min-width: 300px; margin-top: 10px; + width: 100%; } .upgrade-div, #subscription-div { @@ -166,6 +167,7 @@ label a { } .account-div button { + min-width: auto; width: 100%; } } @@ -214,4 +216,4 @@ label a { .btcpay-btn { background-color: #171720; } -} \ No newline at end of file +}