fix bg
This commit is contained in:
parent
9804bbbb79
commit
f609e5cfb9
2 changed files with 4 additions and 2 deletions
|
@ -158,4 +158,6 @@ footer p {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
/* z-index: -1; */
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
|
@ -62,7 +62,7 @@
|
||||||
work of <a href="https://mercurywork.shop">Mercury Workshop</a> and
|
work of <a href="https://mercurywork.shop">Mercury Workshop</a> and
|
||||||
others. Some of our recent projects include:
|
others. Some of our recent projects include:
|
||||||
</p>
|
</p>
|
||||||
<video controls>
|
<video controls class="dropkick">
|
||||||
<source src="assets/media/chromebook.mp4" type="video/mp4" />
|
<source src="assets/media/chromebook.mp4" type="video/mp4" />
|
||||||
Your browser does not support the video tag.
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
|
|
Loading…
Reference in a new issue