Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ base_model:
|
|
42 |
width: 95%;
|
43 |
margin: 0 auto;
|
44 |
background-color: #222; /* Dark grey container for contrast */
|
45 |
-
padding: 20px;
|
46 |
border-radius: 10px;
|
47 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
|
48 |
}
|
@@ -54,6 +54,7 @@ base_model:
|
|
54 |
color: #996515; /* Bright color for model title */
|
55 |
text-align: center;
|
56 |
font-size: 3em; /* Increase the title size */
|
|
|
57 |
margin-bottom: 20px; /* Space below the title */
|
58 |
}
|
59 |
p {
|
|
|
42 |
width: 95%;
|
43 |
margin: 0 auto;
|
44 |
background-color: #222; /* Dark grey container for contrast */
|
45 |
+
padding: 20px 20px 20px 20px;
|
46 |
border-radius: 10px;
|
47 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
|
48 |
}
|
|
|
54 |
color: #996515; /* Bright color for model title */
|
55 |
text-align: center;
|
56 |
font-size: 3em; /* Increase the title size */
|
57 |
+
margin-top: 10px;
|
58 |
margin-bottom: 20px; /* Space below the title */
|
59 |
}
|
60 |
p {
|