CCockrum commited on
Commit
5c7c910
·
verified ·
1 Parent(s): 8aaf594

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -68,10 +68,12 @@ body {
68
  border-radius: 16px;
69
  padding: 1.5rem 2rem;
70
  margin: 2rem 0;
71
- width: fit-content;
 
72
  text-align: left;
73
- margin-left: 3rem;
74
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
 
 
75
  }
76
 
77
  #title-container h1 {
@@ -82,7 +84,7 @@ body {
82
  }
83
 
84
  #title-container .subtitle {
85
- font-size: 1.4rem;
86
  font-family: 'Noto Sans', sans-serif;
87
  color: #222 !important;
88
  margin-top: 0.5rem;
 
68
  border-radius: 16px;
69
  padding: 1.5rem 2rem;
70
  margin: 2rem 0;
71
+ width: 100%;
72
+ max-width: 700px;
73
  text-align: left;
 
74
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
75
+ margin-left: auto;
76
+ margin-right: auto;
77
  }
78
 
79
  #title-container h1 {
 
84
  }
85
 
86
  #title-container .subtitle {
87
+ font-size: 1.1rem;
88
  font-family: 'Noto Sans', sans-serif;
89
  color: #222 !important;
90
  margin-top: 0.5rem;