Random header images

This commit is contained in:
2016-01-13 14:53:15 +00:00
parent a37b2c1e06
commit 3a8ab74479
8 changed files with 63 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
---
---
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
@@ -32,7 +34,7 @@ header.site-header, header.navigation {
header.site-header {
padding: 0;
width: 100%;
background: url(/asset/header/187b6ae.jpg) no-repeat scroll top;
background: url(/asset/header/{{ site.headers[0] }}.jpg) no-repeat scroll top;
background-size: 1600px auto;
}