5,849
edits
Line 298: | Line 298: | ||
.video-responsive { | .video-responsive { | ||
overflow-y: visible; | |||
padding-bottom: 10px; | |||
height: 100%; | |||
/* | |||
overflow-y: auto; | overflow-y: auto; | ||
position: relative; | position: relative; | ||
height: 10px; | height: 10px; | ||
padding-bottom: 56.5%; | padding-bottom: 56.5%; | ||
*/ | |||
} | } | ||
Line 315: | Line 320: | ||
/* ericism */ | /* ericism */ | ||
.ericism-container { | .ericism-container { | ||
display: block; | |||
grid-template-columns: none; | |||
margin-bottom: 1em; | |||
overflow: visible; | |||
/* | |||
display: grid; | display: grid; | ||
grid-template-columns: 60% auto; | grid-template-columns: 60% auto; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
*/ | |||
} | } | ||