displays welcome image only at home page

This commit is contained in:
rgarcia
2015-07-28 13:54:43 +02:00
parent 9c2a13d16d
commit 62be883bcc
3 changed files with 22 additions and 8 deletions

View File

@@ -56,7 +56,11 @@ header {
background: url('home-header-bg.jpg');
background-position: 50% 50%;
background-size: cover;
min-height: $line-height*20;
height: $line-height*20;
&.results {
height: $line-height*8 !important;
}
h1 {
color: white;