arranging things
Browse files- styles.css +2 -1
styles.css
CHANGED
|
@@ -594,13 +594,14 @@ h1, h2, h3, p, .markdown {
|
|
| 594 |
flex-direction: column !important;
|
| 595 |
}
|
| 596 |
|
| 597 |
-
/* Summary view -
|
| 598 |
.summary-view {
|
| 599 |
display: flex !important;
|
| 600 |
flex-direction: column !important;
|
| 601 |
align-items: center !important;
|
| 602 |
justify-content: flex-start !important;
|
| 603 |
gap: 10px !important;
|
|
|
|
| 604 |
}
|
| 605 |
|
| 606 |
/* Keep the summary display centered */
|
|
|
|
| 594 |
flex-direction: column !important;
|
| 595 |
}
|
| 596 |
|
| 597 |
+
/* Summary view - position content slightly higher (not fully centered) */
|
| 598 |
.summary-view {
|
| 599 |
display: flex !important;
|
| 600 |
flex-direction: column !important;
|
| 601 |
align-items: center !important;
|
| 602 |
justify-content: flex-start !important;
|
| 603 |
gap: 10px !important;
|
| 604 |
+
padding-top: 20px !important;
|
| 605 |
}
|
| 606 |
|
| 607 |
/* Keep the summary display centered */
|