Skip to content

Commit

Permalink
09-12-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
midkiffaries committed Sep 13, 2024
1 parent a434343 commit 5309a6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions assets/css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -1089,15 +1089,20 @@ Figures and Galleries
filter: brightness(0.95);
}

.wp-block-embed iframe {
height: 280px;
}

.wp-block-image figcaption {
padding: 0;
font-size: 0.9rem;
}

.wp-block-embed iframe {
min-height: 280px;
}

.wp-block-video,
.wp-block-embed {
width: 100%;
}

.blocks-gallery-item__caption {
font-size: 0.95em;
font-weight: bold;
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
'name' => 'video-glow',
'label' => __( 'White Glow', 'm20t1' ),
'is_default' => false,
'inline_style' => '.is-style-video-shadow video,
'inline_style' => '.is-style-video-glow video,
.is-style-video-glow img {
box-shadow: 0 0 8px 0 #fff6;
border-radius: 3px;
Expand Down

0 comments on commit 5309a6b

Please sign in to comment.