Skip to content

Commit

Permalink
fixed login page
Browse files Browse the repository at this point in the history
  • Loading branch information
sandygudie committed Dec 16, 2023
1 parent 12f5d22 commit d3fa447
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions client/src/views/LoginView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,27 @@ const login = () => {
<div
class="text-center h-screen flex items-center md:justify-center flex-col relative text-white text-center px-5 pt-4 lg:p-10 bg-[#2839a3] lg:w-[75%]"
>
<div class="absolute top-5 left-5 ">
<div class="absolute top-5 left-5">
<div class="w-36 h-7 hidden md:block">
<LogoBigIcon class="text-white" />
</div>
<div class="w-10 block md:hidden h-10">
<LogoSmallIcon class="text-white" />
</div>
</div>
<div class="flex flex-col mt-12 md:mt-16 items-center lg:justify-center lg:h-full">
<div class="flex flex-col mt-16 items-center lg:justify-center lg:h-full">
<h1 class="text-4xl lg:text-6xl font-bold">Stay Connected</h1>
<p class="text-xl mt-2">Manage your social links in one place.</p>
<div class="mt-6 mx-auto p-6 sm:h-52 md:h-64 lg:h-auto">
<div class="mt-6 mx-auto md:p-6 sm:h-52 md:h-64 lg:h-auto">
<img

className="w-full sm:h-52 md:h-64 lg:h-auto"
src="/assets/social-media-collection.webp"
alt="devlink logo"
loading="eager"
/>
</div>
</div>
<div class="flex mt-8 md:mt-12 flex-col lg:hidden items-center justify-center">
<div class="flex mt-12 flex-col lg:hidden items-center justify-center">
<p class="text-xl mb-3">Log in to your account.</p>

<button
Expand Down

0 comments on commit d3fa447

Please sign in to comment.