Minor stylistic changes; fixed bug where video wouldn't play on Chrome
This commit is contained in:
@@ -16,7 +16,7 @@ session_start();
|
|||||||
<div class="hero py-16 h-auto bg-[#5EDC70] dark:bg-gray-800 dark:brightness-60 brightness-125 rounded-lg my-8 shadow-lg shadow-gray-800">
|
<div class="hero py-16 h-auto bg-[#5EDC70] dark:bg-gray-800 dark:brightness-60 brightness-125 rounded-lg my-8 shadow-lg shadow-gray-800">
|
||||||
<div class="hero-content flex-col-reverse lg:flex-row-reverse">
|
<div class="hero-content flex-col-reverse lg:flex-row-reverse">
|
||||||
<div class="relative items-center w-auto h-auto sm:w-full flex-grow-0 mt-8 lg:mt-0 justify-center mx-auto">
|
<div class="relative items-center w-auto h-auto sm:w-full flex-grow-0 mt-8 lg:mt-0 justify-center mx-auto">
|
||||||
<video autoplay class="p-2 rounded-lg bg-yellow-500">
|
<video autoplay muted class="p-2 rounded-lg bg-yellow-500">
|
||||||
<source src="homepagevideo.mp4" type="video/mp4">
|
<source src="homepagevideo.mp4" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
@@ -76,8 +76,8 @@ session_start();
|
|||||||
Why GLink?
|
Why GLink?
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="py-8 sm:flex-grow-0 flex pl-8 flex-wrap ">
|
<div class="py-8 sm:flex-grow-0 flex pl-8 flex-wrap px-2">
|
||||||
<p class="text-2xl md:text-2xl lg:text-3xl ">
|
<p class="text-2xl md:text-2xl lg:text-3xl fg-black">
|
||||||
If you're looking to create a <b>shortened URL</b> for a <u>signup form</u>, an <u>event invitation</u>, or <u>anything else</u>, then this service is for you!
|
If you're looking to create a <b>shortened URL</b> for a <u>signup form</u>, an <u>event invitation</u>, or <u>anything else</u>, then this service is for you!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user