Skip to content

Commit

Permalink
Update embedded PDF sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Oct 20, 2022
1 parent 400c5f8 commit 1c0e2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/website/EmbeddedVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default {

<style scoped>
.embed.embed--pdf, .embed.embed--iframe {
min-height: calc(100vh - 430px) !important;
min-height: max(600px, calc(100vh - 500px)) !important;
}
.embed.embed--pdf:before, .embed.embed--iframe:before {
display: none;
Expand Down

0 comments on commit 1c0e2ad

Please sign in to comment.