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

View file

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