Making the header a bit more proportioned

This commit is contained in:
Fabio Manganiello 2018-04-09 10:22:07 +02:00
parent fe2930dfdc
commit 4bd69d1d68
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ body {
header {
width: 100%;
background: #f4f5f6;
padding: 25px;
padding: 10px 25px;
margin: 0px 10px 35px -10px;
border-bottom: 1px solid #e1e4e8;
}