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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -11
app.py CHANGED
@@ -178,12 +178,12 @@ header h1 {
178
  }
179
 
180
  header h2 {
181
- font-size: 2em;
182
  margin-bottom: 15px;
183
  }
184
 
185
  header p {
186
- font-size: 1.2em;
187
  line-height: 1.8;
188
  }
189
 
@@ -196,7 +196,7 @@ header p {
196
 
197
  .header-buttons a {
198
  text-decoration: none;
199
- font-size: 1.1em;
200
  padding: 15px 30px;
201
  border-radius: 30px;
202
  font-weight: bold;
@@ -254,12 +254,12 @@ header p {
254
  }
255
 
256
  .post-tabs h2 {
257
- font-size: 2.5em;
258
  margin-bottom: 15px;
259
  }
260
 
261
  .post-tabs p {
262
- font-size: 1.2em;
263
  line-height: 1.8;
264
  margin-bottom: 20px;
265
  }
@@ -294,12 +294,12 @@ footer {
294
  }
295
 
296
  footer h2 {
297
- font-size: 1.8em;
298
  margin-bottom: 15px;
299
  }
300
 
301
  footer p {
302
- font-size: 1.1em;
303
  line-height: 1.6;
304
  margin-bottom: 20px;
305
  }
@@ -446,10 +446,9 @@ with gr.Blocks(css=css_tech_theme) as demo:
446
  Follow us on social media or contact us for any queries. Let's shape the future of AI together!
447
  </p>
448
  <div class="social-links">
449
- <a href="https://twitter.com" target="_blank">Twitter</a>
450
- <a href="https://linkedin.com" target="_blank">LinkedIn</a>
451
- <a href="https://github.com" target="_blank">GitHub</a>
452
- </div>
453
  </footer>
454
  """)
455
 
 
178
  }
179
 
180
  header h2 {
181
+ font-size: 2.8em;
182
  margin-bottom: 15px;
183
  }
184
 
185
  header p {
186
+ font-size: 1.7em;
187
  line-height: 1.8;
188
  }
189
 
 
196
 
197
  .header-buttons a {
198
  text-decoration: none;
199
+ font-size: 1.5em;
200
  padding: 15px 30px;
201
  border-radius: 30px;
202
  font-weight: bold;
 
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
  }
 
294
  }
295
 
296
  footer h2 {
297
+ font-size: 1.9em;
298
  margin-bottom: 15px;
299
  }
300
 
301
  footer p {
302
+ font-size: 1.5em;
303
  line-height: 1.6;
304
  margin-bottom: 20px;
305
  }
 
446
  Follow us on social media or contact us for any queries. Let's shape the future of AI together!
447
  </p>
448
  <div class="social-links">
449
+ <a href="https://website.com" target="_blank" class="social-link">🌐 Website</a>
450
+ <a href="https://github.com" target="_blank" class="social-link">🐙 GitHub</a>
451
+ </div>
 
452
  </footer>
453
  """)
454