Update my_pages/home.py
Browse files- my_pages/home.py +2 -1
my_pages/home.py
CHANGED
|
@@ -28,7 +28,8 @@ def render():
|
|
| 28 |
button[kind="primary"] span {
|
| 29 |
font-size: 35px !important;
|
| 30 |
font-weight: bold !important;
|
| 31 |
-
|
|
|
|
| 32 |
}
|
| 33 |
</style>
|
| 34 |
""",
|
|
|
|
| 28 |
button[kind="primary"] span {
|
| 29 |
font-size: 35px !important;
|
| 30 |
font-weight: bold !important;
|
| 31 |
+
text-align: left !important;
|
| 32 |
+
width: 150px!important;
|
| 33 |
}
|
| 34 |
</style>
|
| 35 |
""",
|