This commit is contained in:
Oliver Davies 2018-05-28 22:55:23 +02:00
parent fa9652df3e
commit 9212cdb015
21 changed files with 301 additions and 188 deletions

View file

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