Skip to content

Commit

Permalink
remove log, and fix layout on big monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Feb 29, 2024
1 parent dcea6ee commit bb114f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/(marketing)/contact_us/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
await update({ reset: false })
await applyAction(result)
loading = false
console.log(result)
if (result.type === "success") {
showSuccess = true
} else if (result.type === "failure") {
Expand Down Expand Up @@ -88,7 +87,7 @@
</div>

<div
class="flex flex-col flex-grow m-4 lg:ml-10 min-w-[300px] stdphone:min-w-[360px] max-w-[400px] place-content-center"
class="flex flex-col flex-grow m-4 lg:ml-10 min-w-[300px] stdphone:min-w-[360px] max-w-[400px] place-content-center lg:min-h-[70vh]"
>
{#if showSuccess}
<div class="flex flex-col place-content-center lg:min-h-[70vh]">
Expand Down

0 comments on commit bb114f5

Please sign in to comment.