lyunm1206
commited on
Commit
·
f8ef7c9
1
Parent(s):
31ca60e
relocate
Browse files- index.html +3 -4
index.html
CHANGED
|
@@ -130,15 +130,14 @@
|
|
| 130 |
}
|
| 131 |
|
| 132 |
.model-description {
|
| 133 |
-
margin-top: 80px;
|
| 134 |
text-align: justify;
|
| 135 |
margin-bottom: 20px;
|
| 136 |
}
|
| 137 |
.section-title {
|
| 138 |
-
font-size: 1.
|
| 139 |
color: #333; /* Choose a color that fits your theme */
|
| 140 |
-
margin-top:
|
| 141 |
-
margin-bottom:
|
| 142 |
text-align: justify; /* Center align if it fits your design */
|
| 143 |
}
|
| 144 |
</style>
|
|
|
|
| 130 |
}
|
| 131 |
|
| 132 |
.model-description {
|
|
|
|
| 133 |
text-align: justify;
|
| 134 |
margin-bottom: 20px;
|
| 135 |
}
|
| 136 |
.section-title {
|
| 137 |
+
font-size: 1.3em; /* Adjust the size as needed */
|
| 138 |
color: #333; /* Choose a color that fits your theme */
|
| 139 |
+
margin-top: 80px;
|
| 140 |
+
margin-bottom: 20px;
|
| 141 |
text-align: justify; /* Center align if it fits your design */
|
| 142 |
}
|
| 143 |
</style>
|