Better styling on card-img and clips
This commit is contained in:
BIN
main-site/static/vid/out.mkv
LFS
Normal file
BIN
main-site/static/vid/out.mkv
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user