datasciencedojo commited on
Commit
d831f3c
·
1 Parent(s): f3e356d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -1
app.py CHANGED
@@ -55,7 +55,20 @@ footer {display:none !important}
55
  }
56
 
57
  .output-markdown h2{
58
- font-family: Lato !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  font-size: 18px !important;
60
  font-weight: 500 !important;
61
  color: rgb(9, 23, 71) !important;
 
55
  }
56
 
57
  .output-markdown h2{
58
+ z-index: 14;
59
+ align-self: flex-start;
60
+ min-width: 0px;
61
+ order: 5;
62
+ min-height: 0px;
63
+ height: max-content;
64
+ flex-grow: 0;
65
+ flex-shrink: 0;
66
+ width: calc(100% - 0px);
67
+ margin: 5px 0px;
68
+ white-space: pre-wrap;
69
+ overflow: visible;
70
+ word-break: break-word;
71
+ font-family: var(--font_default) !important;
72
  font-size: 18px !important;
73
  font-weight: 500 !important;
74
  color: rgb(9, 23, 71) !important;