Better styling on card-img and clips

This commit is contained in:
shockrah 2023-10-29 21:17:07 -07:00
parent 1aa688afb6
commit 8e245975fb
3 changed files with 6 additions and 2 deletions

BIN
main-site/static/vid/out.mkv (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,2 +1,2 @@
<video controls src="{{ .Get 0}}" alt="{{ .Get 1 }}"></video>
<video class="card-img" controls src="{{ .Get 0}}" alt="{{ .Get 1 }}"></video>

View File

@ -169,7 +169,8 @@ a {
a:hover { color: #EAA221; }
.card-img {
width: 450px;
width: 80%;
padding-bottom: 1em;
}
.card {
background-color: transparent;