diff --git a/services/web/public/stylesheets/app/homepage.less b/services/web/public/stylesheets/app/homepage.less index 296a4247f4..9c2b43d862 100644 --- a/services/web/public/stylesheets/app/homepage.less +++ b/services/web/public/stylesheets/app/homepage.less @@ -9,39 +9,27 @@ margin-bottom: 0; margin-top: @line-height-computed; } - .sub-mast-heading { - margin-top: 10px; - margin-bottom: 10px; - } .img { max-width: 420px; background-image: url('/img/ol_plus_sl.png'); background-size: 100%; background-repeat: no-repeat; - margin: auto; - height: 195px; - } - p { - width: 80%; - margin: 20px auto; - font-size: 18px; + margin: 20px auto 0; + height: 197px; } } +.deprecated-sl-login-buttons { + margin: 35px 0; +} +.deprecated-sl-long-cta { + margin-top: 25px; -.deprecated-sl-login-boxes { - margin-bottom: 20px; - margin-top: 20px; -} -.deprecated-sl-login-box { - display: flex; - flex-direction: column; - height: 270px; - h3 { - margin-top: 12.5px; + .card { + height: 216px; } - .btn { - display: block; - margin: auto auto 0; + + h3 { + margin-top: 0; } }