Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
body {
|
16 |
background: #f9fafb;
|
17 |
|
18 |
-
|
19 |
}
|
20 |
|
21 |
.container {
|
@@ -25,20 +25,20 @@
|
|
25 |
|
26 |
header {
|
27 |
text-align: center;
|
28 |
-
|
29 |
}
|
30 |
|
31 |
h1 {
|
32 |
-
font-size: 2.
|
33 |
-
margin-bottom:
|
34 |
color: #4f46e5;
|
35 |
animation: fadeIn 0.5s ease-in;
|
36 |
}
|
37 |
|
38 |
.description {
|
39 |
color: #6b7280;
|
40 |
-
font-size: 1.
|
41 |
-
margin-bottom: 0.
|
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 |
|