Skip to content

Commit

Permalink
fixing height of video embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndkauboy committed May 22, 2020
1 parent a67d86d commit 37cc593
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions 2020theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1244,17 +1244,6 @@ input[type="submit"] {
margin-top: 0;
padding: 0; }

/* Make sure embeds and iframes fit their containers. */
.is-type-video {
position: relative;
padding-bottom: 56.25%;
margin: 0 auto 3rem;
height: 0;
overflow: hidden; }
.is-type-video figcaption {
position: absolute;
bottom: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
display: inline-block; }
Expand Down

0 comments on commit 37cc593

Please sign in to comment.