SondosMB commited on
Commit
2b75ebe
·
verified ·
1 Parent(s): 93b1517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -158,6 +158,7 @@ body {
158
  color: #333333;
159
  margin: 0;
160
  padding: 0;
 
161
  }
162
 
163
  /* Header Styling */
@@ -223,7 +224,7 @@ header p {
223
  }
224
 
225
  .pre-tabs h2, .post-tabs h2 {
226
- font-size: 3em; /* Increase the size for better visibility */
227
  }
228
 
229
  .pre-tabs p, .post-tabs p {
@@ -301,12 +302,12 @@ footer {
301
  }
302
 
303
  footer h2 {
304
- font-size: 1.9em;
305
  margin-bottom: 15px;
306
  }
307
 
308
  footer p {
309
- font-size: 1.5em;
310
  line-height: 1.6;
311
  margin-bottom: 20px;
312
  }
 
158
  color: #333333;
159
  margin: 0;
160
  padding: 0;
161
+ font-size:3em;
162
  }
163
 
164
  /* Header Styling */
 
224
  }
225
 
226
  .pre-tabs h2, .post-tabs h2 {
227
+ font-size: 2.8em; /* Increase the size for better visibility */
228
  }
229
 
230
  .pre-tabs p, .post-tabs p {
 
302
  }
303
 
304
  footer h2 {
305
+ font-size: 1.5em;
306
  margin-bottom: 15px;
307
  }
308
 
309
  footer p {
310
+ font-size: 1.2em;
311
  line-height: 1.6;
312
  margin-bottom: 20px;
313
  }