Skip to content

Commit

Permalink
update video style
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yan committed Aug 4, 2024
1 parent f1060fe commit 471bda7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -506,4 +506,18 @@ code {
border-left-style: solid;
border-left-width: 2px;
border-left-color: var(--normal-text-color);
}

.video {
/*margin-left: auto;
margin-right: auto;
display: block;
max-width: 100%;*/
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
border: none;
}

0 comments on commit 471bda7

Please sign in to comment.