Update my_pages/home.py
Browse files- my_pages/home.py +2 -0
my_pages/home.py
CHANGED
|
@@ -12,6 +12,7 @@ def render():
|
|
| 12 |
padding: 0!important;
|
| 13 |
margin: 0!important;
|
| 14 |
text-decoration: none;
|
|
|
|
| 15 |
cursor: pointer;
|
| 16 |
border: none !important;
|
| 17 |
display: inline!important;
|
|
@@ -28,6 +29,7 @@ def render():
|
|
| 28 |
button[kind="primary"] span {
|
| 29 |
font-size: 35px !important;
|
| 30 |
font-weight: bold !important;
|
|
|
|
| 31 |
}
|
| 32 |
</style>
|
| 33 |
""",
|
|
|
|
| 12 |
padding: 0!important;
|
| 13 |
margin: 0!important;
|
| 14 |
text-decoration: none;
|
| 15 |
+
text-align: justify!important;
|
| 16 |
cursor: pointer;
|
| 17 |
border: none !important;
|
| 18 |
display: inline!important;
|
|
|
|
| 29 |
button[kind="primary"] span {
|
| 30 |
font-size: 35px !important;
|
| 31 |
font-weight: bold !important;
|
| 32 |
+
text-align: justify!important;
|
| 33 |
}
|
| 34 |
</style>
|
| 35 |
""",
|