Spaces:
Runtime error
Runtime error
Update templates/customer_details.html
#13
by
geethareddy
- opened
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>
|