To be parsed by Jekyll

pull/1/head
Alexandre Dulaunoy 2016-08-02 13:26:07 +02:00
parent 6208e2a4ee
commit dd6cbb2fab
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
---
# Front matter added to ensure Jekyll processes file.
---
@import 'vars';
@import 'mixins';
@ -18,4 +23,4 @@
#banner {
height: 24em;
}
}

View File

@ -1,3 +1,7 @@
---
# Front matter added to ensure Jekyll processes file.
---
@charset 'UTF-8';
@import url('font-awesome.min.css');
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic');
@ -657,7 +661,7 @@
/* Banner */
#banner {
background-image: url('../images/banner.jpg');
background-image: url('../images/banner2.jpg');
background-position: center center;
background-size: cover;
height: 28em;