Skip to content

Commit

Permalink
Fixed layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Dec 1, 2023
1 parent bfd2f81 commit 59843bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/components/landing/AccessSelect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
import { activeTab } from '../../../store';
import LoginForm from '../forms/LoginForm.svelte';
import RegisterForm from '../forms/RegisterForm.svelte';
import Logo from '../logo/Logo.svelte';
import Logo from '../logo/Logo.svelte';
</script>

<div class="w-full flex flex-col md:flex-row justify-center">
<div class="w-full flex flex-col md:flex-row justify-center h-screen">
<div
class="bg-white md:shadow-xl md:rounded-3xl flex flex-col space-y-5 w-full xl:w-10/12 2xl:w-7/12 md:px-16 py-6 h-screen md:h-fit"
class="bg-white md:shadow-xl md:rounded-3xl flex flex-col space-y-5 w-full xl:w-10/12 2xl:w-7/12 md:px-16 py-6 h-full lg:h-fit"
id="start"
>
<div class="lg:hidden flex h-6 w-full items-center justify-center">
Expand Down

0 comments on commit 59843bd

Please sign in to comment.