Spaces:
Running
Running
Update login_page.py
Browse files- login_page.py +3 -3
login_page.py
CHANGED
@@ -82,7 +82,7 @@ def show_login_page():
|
|
82 |
|
83 |
.app-header-container {
|
84 |
margin: 0 !important;
|
85 |
-
padding: 20px 0
|
86 |
line-height: 1 !important;
|
87 |
}
|
88 |
|
@@ -95,14 +95,14 @@ def show_login_page():
|
|
95 |
margin: 0 !important;
|
96 |
padding: 0 !important;
|
97 |
line-height: 1.2 !important;
|
98 |
-
font-size:
|
99 |
}
|
100 |
|
101 |
.subheading {
|
102 |
text-align: center;
|
103 |
color: #ddd;
|
104 |
font-weight: 400;
|
105 |
-
margin:
|
106 |
padding: 0 !important;
|
107 |
line-height: 1.2 !important;
|
108 |
}
|
|
|
82 |
|
83 |
.app-header-container {
|
84 |
margin: 0 !important;
|
85 |
+
padding: 20px 0 5px 0 !important; /* Reduced bottom padding from 10px to 5px */
|
86 |
line-height: 1 !important;
|
87 |
}
|
88 |
|
|
|
95 |
margin: 0 !important;
|
96 |
padding: 0 !important;
|
97 |
line-height: 1.2 !important;
|
98 |
+
font-size: 3.5rem !important; /* Increased from 2.5rem to 3.5rem */
|
99 |
}
|
100 |
|
101 |
.subheading {
|
102 |
text-align: center;
|
103 |
color: #ddd;
|
104 |
font-weight: 400;
|
105 |
+
margin: 5px 0 15px 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 |
}
|