summaryrefslogtreecommitdiff
path: root/web-ui/src/account_recovery/page.scss
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-03-28 17:35:28 -0300
committerAnike Arni <aarni@thoughtworks.com>2017-03-28 18:06:44 -0300
commit6daf4311d32ab64fa73292e131611ee6a38ff18a (patch)
tree334c599a2a7562f041eb03370bfc6d1482e98623 /web-ui/src/account_recovery/page.scss
parent9af33194195b64b4badef3c443794627f104b664 (diff)
[#932] Adapts account recovery flow to desktop
with @deniscostadsc
Diffstat (limited to 'web-ui/src/account_recovery/page.scss')
-rw-r--r--web-ui/src/account_recovery/page.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/web-ui/src/account_recovery/page.scss b/web-ui/src/account_recovery/page.scss
index e7fa1ebb..20604b70 100644
--- a/web-ui/src/account_recovery/page.scss
+++ b/web-ui/src/account_recovery/page.scss
@@ -71,3 +71,11 @@ p {
font-size: 1.3em;
}
}
+
+@media only screen and (min-width : 960px) {
+ .container {
+ width: 60%;
+ max-width: 700px;
+ padding: 3em;
+ }
+}