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

9 lines
236 B
Plaintext
Raw Normal View History

2017-11-19 20:03:27 +00:00
.talk-slides {
background: url('../images/loading.gif') center no-repeat;
min-height: 275px;
2017-11-21 23:13:23 +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
}