No animation on videos, port video styling to blog

This commit is contained in:
bingus_violet 2024-08-28 08:39:36 -05:00
parent 5f904e7e1f
commit 60e7d536a5
2 changed files with 7 additions and 6 deletions

View file

@ -150,4 +150,11 @@ main:nth-of-type(1), .mainDiv {
.note {
color: darkgray;
font-size: 1rem;
}
video {
width: 95%;
max-height: 90vh;
border: 2px limegreen solid;
z-index: 5;
}