mariboo commited on
Commit
04986f0
·
verified ·
1 Parent(s): 5043e68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -69,6 +69,17 @@ h1 {
69
  margin: 0px !important;
70
  padding: 0px !important;
71
  }
 
 
 
 
 
 
 
 
 
 
 
72
  .logo {
73
  max-height: 128px;
74
  display: inline-block;
 
69
  margin: 0px !important;
70
  padding: 0px !important;
71
  }
72
+ #title-and-subtitle .prose h1 {
73
+ margin: 0px !important;
74
+ padding: 0px !important;
75
+ }
76
+ #title-and-subtitle .prose p {
77
+ margin: 0px !important;
78
+ padding: 0px !important;
79
+ color: gray !important; /* Added */
80
+ text-align: center !important; /* Added */
81
+ font-style: italic !important; /* Added */
82
+ }
83
  .logo {
84
  max-height: 128px;
85
  display: inline-block;