From f96c15ed41537a5a31f1f55e199bf30b94dfbc49 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 21 Feb 2019 17:07:51 +0100 Subject: [PATCH] tours-metropole: align login methods vertically (#30765) --- static/tours-metropole/_custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/tours-metropole/_custom.scss b/static/tours-metropole/_custom.scss index 5ba1dec9..b81185ad 100644 --- a/static/tours-metropole/_custom.scss +++ b/static/tours-metropole/_custom.scss @@ -60,6 +60,10 @@ body.authentic-page { div#toplinks { display: none; } + div#login-page > div.block { + margin: 2ex auto; + float: none; + } } div#header-wrapper {