Reduces headers height and sets background color
This commit is contained in:
parent
287954c738
commit
dfa87af952
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ body {
|
|||
font-family: "Open Sans", sans-serif;
|
||||
/* font-size: 15px;*/
|
||||
color: #4b505a;
|
||||
background-color: #f5f5f5;
|
||||
background-color: #333;
|
||||
line-height: 24px;
|
||||
-webkit-font-smoothing:antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
|
@ -218,7 +218,7 @@ h4:after {
|
|||
.header-container {
|
||||
background: #f5f5f5;
|
||||
padding: 0;
|
||||
min-height: 360px;
|
||||
min-height: 282px;
|
||||
}
|
||||
.header-wrapper{
|
||||
padding-left: 40px;
|
||||
|
|
Loading…
Reference in a new issue