Skip to content
Snippets Groups Projects
Commit 0d73ea37 authored by alexisben's avatar alexisben
Browse files

block video

parent 6638cf7f
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,9 @@ ...@@ -45,6 +45,9 @@
picture picture
margin-left: 0 margin-left: 0
margin-right: -$grid-gutter margin-right: -$grid-gutter
// text-align: right
// img
// display: inline
figcaption figcaption
width: calc(#{col(5)} + #{$grid-gutter} / 2) width: calc(#{col(5)} + #{$grid-gutter} / 2)
order: 1 order: 1
......
...@@ -5,9 +5,12 @@ ...@@ -5,9 +5,12 @@
@include aspect-ratio(16/9, 'iframe') @include aspect-ratio(16/9, 'iframe')
iframe iframe
background: black background: black
@include in-page-without-sidebar
.transcription
width: col(7)
margin-left: auto
@include media-breakpoint-down(md)
.video
margin-left: calc(-#{$grid-gutter-sm} / 2)
margin-right: calc(-#{$grid-gutter-sm} / 2)
// @include media-breakpoint-up(md)
// @include in-page-without-sidebar
// .block-content
// margin-left: col(2)
// width: col(8)
...@@ -14,4 +14,5 @@ ...@@ -14,4 +14,5 @@
.transcription .transcription
summary summary
text-align: right text-align: right
cursor: pointer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment