Jonna Marie Matthiesen Copilot commited on
Commit ·
160dcdd
1
Parent(s): 19914a8
Add spacing below accuracy table
Browse filesCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
style.css
CHANGED
|
@@ -405,6 +405,10 @@ tbody tr.row-group-break td {
|
|
| 405 |
scrollbar-color: var(--text-dim) var(--border);
|
| 406 |
scrollbar-width: thin;
|
| 407 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 408 |
.legend-section {
|
| 409 |
margin: 2rem 0;
|
| 410 |
padding-top: 1.5rem;
|
|
|
|
| 405 |
scrollbar-color: var(--text-dim) var(--border);
|
| 406 |
scrollbar-width: thin;
|
| 407 |
}
|
| 408 |
+
#accuracy-section {
|
| 409 |
+
margin-bottom: 1.5rem;
|
| 410 |
+
}
|
| 411 |
+
|
| 412 |
.legend-section {
|
| 413 |
margin: 2rem 0;
|
| 414 |
padding-top: 1.5rem;
|