summaryrefslogtreecommitdiff
path: root/web-ui/src
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src')
-rw-r--r--web-ui/src/account_recovery/page.scss8
-rw-r--r--web-ui/src/common/footer/footer.scss12
2 files changed, 7 insertions, 13 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;
diff --git a/web-ui/src/common/footer/footer.scss b/web-ui/src/common/footer/footer.scss
index 4ea61285..c1d6a285 100644
--- a/web-ui/src/common/footer/footer.scss
+++ b/web-ui/src/common/footer/footer.scss
@@ -25,7 +25,8 @@
.footer-content {
display: inline;
- margin: 2% 3% 5% 3%;
+ margin: 2% 3%;
+ margin-bottom: 1em;
display: flex;
align-items: center;
}
@@ -46,12 +47,7 @@
}
.footer-content {
- margin: 0 0 2% 0;
- }
-}
-
-@media only screen and (min-width : 960px) {
- .footer-content {
- margin-bottom: 1%;
+ margin: 0;
+ margin-bottom: 1em;
}
}