Quellcode durchsuchen

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 vor 3 Wochen
Ursprung
Commit
5b9e668e14
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);