Ensure iframes (which include PDF previews) aren't ridiculously short

and create a new Content styles section while we're at it.
This commit is contained in:
benjamin melançon 2019-10-10 01:17:29 -04:00
parent 41457c3a00
commit d2c6f994ca
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/**
* Styles related to contributor-added content on the site, such as embedded
* media.
*/
iframe {
width: 100%;
height: 100%;
min-height: 36vw;
}

View file

@ -44,6 +44,7 @@ $navbar-breakpoint: $mini/2;
@import "layout"; @import "layout";
// Stylesheets below will have access to all Bulma variables and mixins. // Stylesheets below will have access to all Bulma variables and mixins.
@import "content";
@import "paint"; @import "paint";
// @import '../../node_modules/bulma-extensions/bulma-timeline/dist/bulma-timeline'; // @import '../../node_modules/bulma-extensions/bulma-timeline/dist/bulma-timeline';