Fix YouTube figures and add a .content-width CSS class
This commit is contained in:
parent
f7e35417a9
commit
ff72f94b8f
3 changed files with 3 additions and 2 deletions
|
@ -180,7 +180,6 @@
|
|||
|
||||
figure .youtube {
|
||||
overflow: hidden;
|
||||
max-width: var(--content-width);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue