Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -23,14 +23,14 @@ body {
|
|
23 |
padding: 1.5rem 2rem;
|
24 |
margin: 2rem 0;
|
25 |
width: fit-content;
|
26 |
-
max-width:
|
27 |
text-align: left;
|
28 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
29 |
margin-left: 0rem; /* Aligns left edge */
|
30 |
}
|
31 |
#title-container h1 {
|
32 |
color: #222 !important;
|
33 |
-
font-size:
|
34 |
font-family: 'Noto Sans JP', sans-serif;
|
35 |
margin: 0;
|
36 |
}
|
|
|
23 |
padding: 1.5rem 2rem;
|
24 |
margin: 2rem 0;
|
25 |
width: fit-content;
|
26 |
+
max-width: 700px;
|
27 |
text-align: left;
|
28 |
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
29 |
margin-left: 0rem; /* Aligns left edge */
|
30 |
}
|
31 |
#title-container h1 {
|
32 |
color: #222 !important;
|
33 |
+
font-size: 4rem;
|
34 |
font-family: 'Noto Sans JP', sans-serif;
|
35 |
margin: 0;
|
36 |
}
|