Prevent clipping of header. Fixes: #167

This commit is contained in:
Michael Teeuw 2016-04-13 09:23:54 +02:00
parent fd1b847077
commit 14f48ec440

View File

@ -94,8 +94,8 @@ header {
font-family: "Roboto Condensed"; font-family: "Roboto Condensed";
font-weight: 400; font-weight: 400;
border-bottom: 1px solid #666; border-bottom: 1px solid #666;
line-height: 0.35em; line-height: 15px;
padding-bottom: 10px; padding-bottom: 5px;
margin-bottom: 10px; margin-bottom: 10px;
color: #999; color: #999;
} }