Started working on advert for werkmanbijles

This commit is contained in:
Bram van der Veen 2015-12-26 10:43:07 +01:00
parent 5948696b14
commit 6375b57ab1
3 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,5 @@
//- Advert
.bijles
img
p Lorem ipsum dolor sit amet, ea choro platonem sit, vero iusto libris no vim. Et ius saepe eruditi, no noluisse scribentur est. Nec offendit recusabo reformidans in. Mel ex odio nibh habeo, vim ea modus regione apeirian.

View file

@ -1,6 +1,7 @@
//- schedule.jade
include header
include advert
include search
if !easter || easter.type != "RIP"

View file

@ -379,4 +379,12 @@ div.schedule {
text-align: center;
}
.bijles {
height: 100px;
position: absolute;
width: 100%;
top: 30px;
margin-bottom: 10px;
}
@import "mobile";