From 1952a538baa330b13bd11631b3975f7ef1c37e70 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 9 May 2018 09:23:27 +0200 Subject: Improve responsive account about page --- client/src/sass/application.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 9aef0c56d..2e1e5bf65 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -111,6 +111,10 @@ label { &:hover, &:active, &:focus { color: #000; } + + @media screen and (max-width: 500px) { + margin-right: 20px; + } } .admin-sub-header { -- cgit v1.2.3