summaryrefslogtreecommitdiff
path: root/web-ui/src/account_recovery
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/account_recovery')
-rw-r--r--web-ui/src/account_recovery/page.scss8
1 files changed, 3 insertions, 5 deletions
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;