SondosMB commited on
Commit
59f9966
·
verified ·
1 Parent(s): 3165694

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -229,15 +229,12 @@ header p {
229
 
230
 
231
  #pre-tabs{
232
- text-align: right !important;
233
- padding: 40px 20px !important;
234
- border-top: 5px solid #64b5f6;
235
- border-bottom: 5px solid #6a1b9a;
236
  color:#6a1b9a
237
  }
238
 
239
  #pre-tabs h2 {
240
- font-size: 2.5em
241
  font-color:#6a1b9a
242
  margin-bottom: 15px;
243
  }
 
229
 
230
 
231
  #pre-tabs{
232
+ text-align: left !important;
 
 
 
233
  color:#6a1b9a
234
  }
235
 
236
  #pre-tabs h2 {
237
+ font-size: 3em
238
  font-color:#6a1b9a
239
  margin-bottom: 15px;
240
  }