Made the linkbar more consistent.

This commit is contained in:
Bram van der Veen 2015-07-22 16:18:45 +02:00
parent 213eeb1c53
commit 945bc005ee
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
//- links.jade //- linkbar.jade
div.links div.linkbar
each properties, name in app.locals.linkbar each properties, name in app.locals.linkbar
div div
a(href=properties[0], style='background-color:' + properties[1])=name a(href=properties[0], style='background-color:' + properties[1])=name

View file

@ -288,10 +288,10 @@ div.schedule {
} }
} }
.links { .linkbar {
width: 100%; width: 100%;
position: fixed; position: fixed;
bottom: -90px; bottom: -80px;
transition: ease .5s; transition: ease .5s;
&:hover { &:hover {