diff --git a/app/styles/components/account-header.scss b/app/styles/components/account-header.scss index 02a09f641..ec0b6f2e4 100644 --- a/app/styles/components/account-header.scss +++ b/app/styles/components/account-header.scss @@ -168,6 +168,10 @@ background: $error-red; color: #fff; } + + @media (max-width: 430px) { + display: none; + } } .button-active {