From 6daf4311d32ab64fa73292e131611ee6a38ff18a Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Tue, 28 Mar 2017 17:35:28 -0300 Subject: [#932] Adapts account recovery flow to desktop with @deniscostadsc --- web-ui/src/account_recovery/page.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web-ui/src/account_recovery/page.scss') 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; + } +} -- cgit v1.2.3