Spaces:
Sleeping
Sleeping
Update login_page.py
Browse files- login_page.py +1 -1
login_page.py
CHANGED
@@ -102,7 +102,7 @@ def show_login_page():
|
|
102 |
text-align: center;
|
103 |
color: #ddd;
|
104 |
font-weight: 400;
|
105 |
-
margin: 5px 0
|
106 |
padding: 0 !important;
|
107 |
line-height: 1.2 !important;
|
108 |
}
|
|
|
102 |
text-align: center;
|
103 |
color: #ddd;
|
104 |
font-weight: 400;
|
105 |
+
margin: 5px 0 10px 0 !important; /* Reduced from 10px top and 20px bottom to 5px top and 15px bottom */
|
106 |
padding: 0 !important;
|
107 |
line-height: 1.2 !important;
|
108 |
}
|