badaoui HF Staff commited on
Commit
8550638
·
1 Parent(s): 7310037

arranging things

Browse files
Files changed (1) hide show
  1. 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 - keep content centered and grouped together */
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 */