Split into different partials

This commit is contained in:
Oliver Davies 2017-11-19 20:03:27 +00:00
parent 5a8028f7ba
commit 9b5a8f1a1c
4 changed files with 27 additions and 33 deletions

View file

@ -0,0 +1,16 @@
.talk-slides {
background: url('../images/loading.gif') center no-repeat;
min-height: 275px;
}
@screen md {
.talk-slides { min-height: 375px; }
}
@screen lg {
.talk-slides { min-height: 450px; }
}
@screen xl {
.talk-slides { min-height: 560px; }
}