SondosMB commited on
Commit
c755c1e
·
verified ·
1 Parent(s): 09f2be6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -178,7 +178,7 @@ header h1 {
178
  }
179
 
180
  header h2 {
181
- font-size: 2.8em;
182
  margin-bottom: 15px;
183
  }
184
 
@@ -222,13 +222,13 @@ header p {
222
  }
223
 
224
  .pre-tabs h2 {
225
- font-size: 2.9em;
226
  color: #333333;
227
  margin-bottom: 15px;
228
  }
229
 
230
  .pre-tabs p {
231
- font-size: 1.6em;
232
  color: #555555;
233
  line-height: 1.8;
234
  }
@@ -254,12 +254,12 @@ header p {
254
  }
255
 
256
  .post-tabs h2 {
257
- font-size: 2.8em;
258
  margin-bottom: 15px;
259
  }
260
 
261
  .post-tabs p {
262
- font-size: 1.7em;
263
  line-height: 1.8;
264
  margin-bottom: 20px;
265
  }
 
178
  }
179
 
180
  header h2 {
181
+ font-size: 2em;
182
  margin-bottom: 15px;
183
  }
184
 
 
222
  }
223
 
224
  .pre-tabs h2 {
225
+ font-size: 3.4em;
226
  color: #333333;
227
  margin-bottom: 15px;
228
  }
229
 
230
  .pre-tabs p {
231
+ font-size: 2em;
232
  color: #555555;
233
  line-height: 1.8;
234
  }
 
254
  }
255
 
256
  .post-tabs h2 {
257
+ font-size: 3.4em;
258
  margin-bottom: 15px;
259
  }
260
 
261
  .post-tabs p {
262
+ font-size: 2em;
263
  line-height: 1.8;
264
  margin-bottom: 20px;
265
  }