css: header: logo text, menu padding

Align the logo/text with the menu, and add more horizontal padding there,
to make it better looking with the increased height.
This commit is contained in:
Daniel Hahler 2016-12-25 20:31:29 +01:00
parent 6d65ae81c9
commit ba8677fc50
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ blockquote{
font-weight: bold;
position: relative;
margin: 0px;
top:33px;
top:25px;
display:block;
float:left;
background: url(images/bg_t.gif) no-repeat;
@ -114,7 +114,7 @@ blockquote{
#menu li a {
display: block;
padding: 20px 10px 50px 10px;
padding: 20px 15px 50px 15px;
text-decoration: none;
color: #fff;
font-weight: bold;