Yaron Koresh commited on
Commit
72e1bdc
·
verified ·
1 Parent(s): 50bf7e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -111,12 +111,13 @@ input, input::placeholder {
111
  text-align: center !important;
112
  }
113
  *, *::placeholder {
 
114
  font-family: Suez One !important;
115
  }
116
  h1,h2,h3,h4,h5,h6,span,p,pre {
117
  width: 100% !important;
118
  text-align: center !important;
119
- display: block !important;
120
  }
121
  footer {
122
  display: none !important;
 
111
  text-align: center !important;
112
  }
113
  *, *::placeholder {
114
+ direction: ltr !important;
115
  font-family: Suez One !important;
116
  }
117
  h1,h2,h3,h4,h5,h6,span,p,pre {
118
  width: 100% !important;
119
  text-align: center !important;
120
+ display: inline-block !important;
121
  }
122
  footer {
123
  display: none !important;