Spaces:
Runtime error
Runtime error
Update templates/customer_details.html (#13)
Browse files- Update templates/customer_details.html (dbedbda107166b9f9e0fcf5a3bfdc4427308e871)
Co-authored-by: geetha <[email protected]>
templates/customer_details.html
CHANGED
|
@@ -133,7 +133,7 @@
|
|
| 133 |
|
| 134 |
h1 {
|
| 135 |
color: #1C1C1C; /* Change User Profile heading color */
|
| 136 |
-
font-size:
|
| 137 |
}
|
| 138 |
</style>
|
| 139 |
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
|
|
| 133 |
|
| 134 |
h1 {
|
| 135 |
color: #1C1C1C; /* Change User Profile heading color */
|
| 136 |
+
font-size: 24px; /* Change font size of 'User Profile' */
|
| 137 |
}
|
| 138 |
</style>
|
| 139 |
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|