Build site

This commit is contained in:
Oliver Davies 2017-07-10 22:28:39 +01:00
parent 6f8d067847
commit 0c7de8559a
743 changed files with 92961 additions and 0 deletions

15
docs/assets/css/talk.css Normal file
View file

@ -0,0 +1,15 @@
.talk-full h1 {
margin-bottom: 25px; }
.presentation {
background: url("../images/loading.gif") no-repeat center;
min-height: 275px;
width: 100%; }
@media screen and (min-width: 768px) {
.presentation {
min-height: 460px; } }
@media screen and (min-width: 992px) {
.presentation {
min-height: 540px; } }
/*# sourceMappingURL=talk.css.map */