From 3bde548d28c25cddf2d3ff7169f1bccac2f57d3e Mon Sep 17 00:00:00 2001 From: Pedram Ashofteh Ardakani Date: Tue, 5 May 2020 19:36:33 +0430 Subject: Fix banner alignment Keep the Maneage logo and header texts next to each other by vertical-aligning them both at the middle. --- css/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/base.css b/css/base.css index 3f7e356..2c9ecbc 100644 --- a/css/base.css +++ b/css/base.css @@ -190,6 +190,8 @@ a:hover { * screens as specified at the end of this CSS file */ .banner div { display: inline-block; + /* Keep headers aligned in the middle next to Maneage logo */ + vertical-align: middle; text-align: left; } @@ -208,6 +210,8 @@ a:hover { min-height: 170px; max-width: 220px; max-height: 220px; + /* Keep headers aligned in the middle next to Maneage logo */ + vertical-align: middle; } /* ================================================================== -- cgit v1.2.1