Explorar o código

style: reduce max-width of login card for improved layout

- Decrease max-width of the login card from 650px to 450px to enhance responsiveness and visual appeal
yb hai 3 semanas
pai
achega
5b9e668e14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/login/index.vue

+ 1 - 1
src/views/login/index.vue

@@ -224,7 +224,7 @@ function goHelp() {
 
 .login__card {
   width: 100%;
-  max-width: 650px;
+  max-width: 450px;
   padding: 36px 32px 28px;
   border-radius: 16px;
   background: rgba(255, 255, 255, 0.06);