Add webinar to frontend

This commit is contained in:
Paulus Schoutsen 2016-06-19 23:58:52 -07:00
parent 8c53ee2b15
commit ed5601dae7
2 changed files with 33 additions and 8 deletions

View file

@ -13,7 +13,7 @@
text-transform: uppercase;
white-space: nowrap;
display: inline-block;
font-weight: bold;
font-weight: 500;
}
.front-install {
@ -59,6 +59,17 @@
padding: 4px 0px 12px;
}
}
.links {
margin-top: 8px;
text-align: right;
a {
text-decoration: none;
font-weight: 500;
text-transform: uppercase;
}
}
}
.frontpage {
@ -69,10 +80,15 @@
.release-date {
white-space: nowrap;
}
}
.blog-date {
white-space: nowrap;
.recent-posts {
margin-bottom: 16px;
.blog-date {
white-space: nowrap;
}
}
.supported-brands {