Some Style Changes for Video
This commit is contained in:
parent
5d4da4b173
commit
df49b809fe
1 changed files with 3 additions and 4 deletions
|
@ -231,9 +231,8 @@ input[type=checkbox]{
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-single .single-video {
|
.content-single .single-video {
|
||||||
object-fit: contain;
|
|
||||||
grid-column: 1 / 4;
|
grid-column: 1 / 4;
|
||||||
grid-row: 1 / 2;
|
grid-row: 1 / 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-single .single-video video {
|
.content-single .single-video video {
|
||||||
|
@ -251,7 +250,7 @@ input[type=checkbox]{
|
||||||
|
|
||||||
.content-single .clickable-left {
|
.content-single .clickable-left {
|
||||||
grid-column: 1 / 2;
|
grid-column: 1 / 2;
|
||||||
grid-row: 1 / 3;
|
grid-row: 1 / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-single .clickable-center {
|
.content-single .clickable-center {
|
||||||
|
@ -261,7 +260,7 @@ input[type=checkbox]{
|
||||||
|
|
||||||
.content-single .clickable-right {
|
.content-single .clickable-right {
|
||||||
grid-column: 3 / 4;
|
grid-column: 3 / 4;
|
||||||
grid-row: 1 / 3;
|
grid-row: 1 / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Error Page */
|
/* Error Page */
|
||||||
|
|
Loading…
Reference in a new issue