Sarah Ciston
commited on
Commit
·
0664117
1
Parent(s):
89bee59
add hf model card css
Browse files
style.css
CHANGED
|
@@ -134,4 +134,16 @@ button.submit:hover {
|
|
| 134 |
|
| 135 |
button.submit:active {
|
| 136 |
background-color: #cb5677;
|
| 137 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
|
| 135 |
button.submit:active {
|
| 136 |
background-color: #cb5677;
|
| 137 |
+
}
|
| 138 |
+
|
| 139 |
+
.card {
|
| 140 |
+
max-width: 620px;
|
| 141 |
+
margin: 0 auto;
|
| 142 |
+
padding: 16px;
|
| 143 |
+
border: 1px solid lightgray;
|
| 144 |
+
border-radius: 16px;
|
| 145 |
+
}
|
| 146 |
+
|
| 147 |
+
.card p:last-child {
|
| 148 |
+
margin-bottom: 0;
|
| 149 |
+
}
|