From b9d0bea9e6688abfbbc919f90009f59ed153e7fb Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 8 Feb 2017 16:41:04 -0200 Subject: [#922] Applies changes compatible with firefox with @tayanefernandes --- web-ui/src/account_recovery/page.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'web-ui/src/account_recovery') diff --git a/web-ui/src/account_recovery/page.scss b/web-ui/src/account_recovery/page.scss index 5947d463..c28aa4d2 100644 --- a/web-ui/src/account_recovery/page.scss +++ b/web-ui/src/account_recovery/page.scss @@ -50,10 +50,8 @@ h1 { } p { - -webkit-margin-before: 0.5em; - -webkit-margin-after: 0.5em; - margin-before: 0.5em; - margin-after: 0.5em; + margin-top: 0.5em; + margin-bottom: 0.5em; } a { @@ -105,7 +103,7 @@ a { @media only screen and (min-width : 960px) { .container{ width: 60%; - padding: 3%; + padding: 3em; align-items: flex-start; flex-direction: row; max-width: 700px; -- cgit v1.2.3