diff options
Diffstat (limited to 'core/css/mobile.scss')
-rw-r--r-- | core/css/mobile.scss | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss index f3b89ddb48c..116d174989c 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -1,16 +1,5 @@ @media only screen and (max-width: 768px) { -#body-login #header { - padding-top: 10px; -} - -#body-login .wrapper { - display: flex; - flex-direction: row; - align-self: center; - align-items: center; -} - /* do not show update notification on mobile */ #update-notification { display: none !important; |