Style cleanup

This commit is contained in:
2022-07-25 03:14:59 +00:00
parent d342799127
commit af4f6f6f16
3 changed files with 8 additions and 7 deletions

View File

@@ -23,8 +23,8 @@
</header>
<div id='container' class='min-h-screen z-0 p-8 pt-20 bg-gray-100'>
<div id='event' class='shadow-xl rounded-md p-4 bg-white relative'>
<div class='flex gap-4 items-center'>
<div id='event' class='drop-shadow-md rounded-md p-4 bg-white relative'>
<div class='flex gap-4 items-center flex-wrap'>
<h2 class='event-name text-3xl'></h2>
<span class='event-type py-0.5 px-3 rounded my-2 inline-block'></span>
</div>