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-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"> | ||||
| 		 <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"> | ||||
| 		 </video> | ||||
|  | ||||
| @@ -76,8 +76,8 @@ session_start(); | ||||
|         Why GLink? | ||||
|           </h1> | ||||
|       </div> | ||||
|       <div class="py-8  sm:flex-grow-0 flex pl-8 flex-wrap "> | ||||
|         <p class="text-2xl md:text-2xl lg:text-3xl "> | ||||
|       <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 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! | ||||
|         </p> | ||||
|       </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user