mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Fixed youtube video display
This commit is contained in:
@ -323,6 +323,7 @@ body {
|
||||
z-index: 10;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
pointer-events: none;
|
||||
h1 {
|
||||
font-weight: bold;
|
||||
line-height: 0.98;
|
||||
@ -339,7 +340,8 @@ body {
|
||||
.carousel-inner{
|
||||
|
||||
.video-container {
|
||||
height: 90%;
|
||||
width: 70%;
|
||||
padding: 2%;
|
||||
}
|
||||
|
||||
> .item > img {
|
||||
@ -550,4 +552,4 @@ footer {
|
||||
font-weight: 500;
|
||||
font-size: 1.9em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user