Employer form mostly working with persist to db
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
|
||||
<body>
|
||||
<main>
|
||||
<div class="w-full h-screen flex bg-black justify-center items-center">
|
||||
<div class="h-[98%] w-[calc(100%-1rem)] mt-1 mb-2 flex justify-center items-center shadow-[0_0_10px_3px_#93c5fd] rounded-xl bg-[#04153E]">
|
||||
<div class="w-11/12 mt-8 px-5 flex">
|
||||
<div class="w-full min-h-screen flex flex-col bg-black justify-center items-center">
|
||||
<div class="min-h-full w-[calc(100%-1rem)] mt-1 mb-2 flex flex-grow justify-center items-center shadow-[0_0_10px_3px_#93c5fd] rounded-xl bg-[#04153E]">
|
||||
<div class="min-h-full w-11/12 mt-8 px-5 flex flex-grow justify-center items-center">
|
||||
<%= yield %>
|
||||
</div>
|
||||
</div>
|
||||
@@ -23,3 +23,4 @@
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user