Fix YouTube figures and add a .content-width CSS class

This commit is contained in:
Eryn Wells 2023-12-27 12:51:07 -07:00
parent f7e35417a9
commit ff72f94b8f
3 changed files with 3 additions and 2 deletions

View file

@ -180,7 +180,6 @@
figure .youtube {
overflow: hidden;
max-width: var(--content-width);
width: 100%;
}

View file

@ -1,6 +1,8 @@
@layer utility {
.centered { text-align: center; }
.content-width { grid-column: content-start / content-end; }
.float-right {
float: right;
justify-self: end;