transpolymer commited on
Commit
2038c25
·
verified ·
1 Parent(s): 4e7ec2d

Update login_page.py

Browse files
Files changed (1) hide show
  1. 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 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
  }
 
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
  }