Skip to content

Commit

Permalink
compact login design in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiducho committed Oct 24, 2024
1 parent 3e2fba7 commit 9d1a288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/auth/Login.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="m-0 relative w-auto grow mt-6 mb-6">
<div class="m-0 w-auto grow mt-2 mb-2 lg:mt-6 lg:mb-6">
<div class="flex justify-center">
<div class="flex w-2/5">
<div class="flex w-full lg:w-2/5">
<div class="card w-full">
<div class="card-header">
<div class="card-header-title">
Expand Down

0 comments on commit 9d1a288

Please sign in to comment.