Anirudh Esthuri commited on
Commit
acaa797
·
1 Parent(s): cdd476e

Align main content left

Browse files
Files changed (1) hide show
  1. styles.css +10 -0
styles.css CHANGED
@@ -5,6 +5,16 @@
5
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
6
  }
7
 
 
 
 
 
 
 
 
 
 
 
8
  /* Sidebar --------------------------------------------------------------- */
9
  section[data-testid="stSidebar"] {
10
  width: 240px !important;
 
5
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
6
  }
7
 
8
+ .main .block-container {
9
+ max-width: 860px;
10
+ margin-left: 1.5rem;
11
+ margin-right: auto;
12
+ padding-left: 1.5rem;
13
+ padding-right: 1rem;
14
+ padding-top: 1rem;
15
+ padding-bottom: 3rem;
16
+ }
17
+
18
  /* Sidebar --------------------------------------------------------------- */
19
  section[data-testid="stSidebar"] {
20
  width: 240px !important;