Better styling on card-img and clips
This commit is contained in:
parent
1aa688afb6
commit
8e245975fb
BIN
main-site/static/vid/out.mkv
(Stored with Git LFS)
Normal file
BIN
main-site/static/vid/out.mkv
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||||
|
|
||||||
|
@ -169,7 +169,8 @@ a {
|
|||||||
a:hover { color: #EAA221; }
|
a:hover { color: #EAA221; }
|
||||||
|
|
||||||
.card-img {
|
.card-img {
|
||||||
width: 450px;
|
width: 80%;
|
||||||
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
.card {
|
.card {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
Loading…
Reference in New Issue
Block a user