Yussifweb3 commited on
Commit
1930eeb
·
verified ·
1 Parent(s): da1e835

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -15,7 +15,7 @@
15
  body {
16
  background: #f9fafb;
17
 
18
- padding: 2rem;
19
  }
20
 
21
  .container {
@@ -25,20 +25,20 @@
25
 
26
  header {
27
  text-align: center;
28
- margin-bottom: 2rem;
29
  }
30
 
31
  h1 {
32
- font-size: 2.5rem;
33
- margin-bottom: 1rem;
34
  color: #4f46e5;
35
  animation: fadeIn 0.5s ease-in;
36
  }
37
 
38
  .description {
39
  color: #6b7280;
40
- font-size: 1.1rem;
41
- margin-bottom: 0.5rem;
42
  animation: fadeIn 0.5s ease-in 0.2s backwards;
43
  }
44
 
 
15
  body {
16
  background: #f9fafb;
17
 
18
+
19
  }
20
 
21
  .container {
 
25
 
26
  header {
27
  text-align: center;
28
+
29
  }
30
 
31
  h1 {
32
+ font-size: 2.5%;
33
+ margin-bottom: 1%;
34
  color: #4f46e5;
35
  animation: fadeIn 0.5s ease-in;
36
  }
37
 
38
  .description {
39
  color: #6b7280;
40
+ font-size: 1.1%;
41
+ margin-bottom: 0.5%;
42
  animation: fadeIn 0.5s ease-in 0.2s backwards;
43
  }
44