Fixing non visable header image
This commit is contained in:
parent
5e45a3b74d
commit
2931d3755b
|
@ -10,7 +10,6 @@ includes_dir: _includes
|
||||||
favicon: favicon.ico
|
favicon: favicon.ico
|
||||||
|
|
||||||
# For splash page layout only
|
# For splash page layout only
|
||||||
headimage: /img/header.jpg
|
|
||||||
headtext: Open Source Radio Automation
|
headtext: Open Source Radio Automation
|
||||||
headsubtext: Everything you need to get your terrestrial / on-line radio station up and broadcasting like a pro - without breaking the bank!
|
headsubtext: Everything you need to get your terrestrial / on-line radio station up and broadcasting like a pro - without breaking the bank!
|
||||||
# items below - only for first front page link
|
# items below - only for first front page link
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
header.masthead {
|
header.masthead {
|
||||||
padding-top: 10rem;
|
padding-top: 10rem;
|
||||||
padding-bottom: calc(10rem - 56px);
|
padding-bottom: calc(10rem - 56px);
|
||||||
background-image: url("{{ site.headimage }}");
|
background-image: url("/img/header.jpg");
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue