oliverdavies.uk/assets/less/components/talk/slides.less

23 lines
340 B
Plaintext
Raw Normal View History

2017-11-19 20:03:27 +00:00
.talk-slides {
2018-01-05 23:35:29 +00:00
background: url('../../../images/loading.gif') center no-repeat;
2017-11-19 20:03:27 +00:00
min-height: 275px;
2018-03-30 19:11:24 +00:00
@screen md {
& {
min-height: 375px;
}
}
@screen lg {
& {
min-height: 450px;
}
}
@screen xl {
& {
min-height: 560px;
}
}
2017-11-19 20:03:27 +00:00
}