From 38c6b3a46c34f653169ac90e78acb990799ca486 Mon Sep 17 00:00:00 2001 From: spytec Date: Aug 02 2017 16:34:26 +0000 Subject: Moved fedora logo and title to the same line There is also a margin-left: 20px to have space between logo and title. --- diff --git a/_stylesheets/asciibinder.css b/_stylesheets/asciibinder.css index 0e17a3d..e1abf83 100644 --- a/_stylesheets/asciibinder.css +++ b/_stylesheets/asciibinder.css @@ -75,9 +75,14 @@ License: https://creativecommons.org/licenses/by/2.0/ .page-header { height: 100% !important; } - -.page-header h2{ +.page-header .img-responsive { + display: inline; +} +.page-header h2 { font-size: 28px; + display: inline; + margin-left: 20px; + vertical-align: bottom; } .navbar-brand {