This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/docs/assets/css/talk.css

16 lines
375 B
CSS
Raw Normal View History

2017-07-10 21:28:39 +00:00
.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 */