diff options
author | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-05 19:36:33 +0430 |
---|---|---|
committer | Pedram Ashofteh Ardakani <pedramardakani@pm.me> | 2020-05-05 19:36:33 +0430 |
commit | 3bde548d28c25cddf2d3ff7169f1bccac2f57d3e (patch) | |
tree | 9cb324224fa9b3d68dc08d2c5c5e9977d25dc2e1 /css/base.css | |
parent | b56625857655fe459ab46715a035313d3bb87359 (diff) |
Fix banner alignment
Keep the Maneage logo and header texts next to each other by
vertical-aligning them both at the middle.
Diffstat (limited to 'css/base.css')
-rw-r--r-- | css/base.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } /* ================================================================== |