ultimaxxl commited on
Commit
078ea59
·
1 Parent(s): c049c12

Display title in the same size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -425,7 +425,7 @@ footer {
425
  }
426
 
427
  .title {
428
- font-size: 2.5em;
429
  background: linear-gradient(109deg, rgba(34,193,195,1) 0%, rgba(67,253,45,1) 100%);
430
  -webkit-background-clip: text;
431
  -webkit-text-fill-color: transparent;
 
425
  }
426
 
427
  .title {
428
+ font-size: 1em;
429
  background: linear-gradient(109deg, rgba(34,193,195,1) 0%, rgba(67,253,45,1) 100%);
430
  -webkit-background-clip: text;
431
  -webkit-text-fill-color: transparent;