Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
@@ -5,7 +5,7 @@ body {
|
|
5 |
justify-content: center;
|
6 |
align-items: center;
|
7 |
height: 100vh; /* Make the body take the full viewport height */
|
8 |
-
font-size:
|
9 |
text-align: center; /* Center the text */
|
10 |
}
|
11 |
|
|
|
5 |
justify-content: center;
|
6 |
align-items: center;
|
7 |
height: 100vh; /* Make the body take the full viewport height */
|
8 |
+
font-size: 30px; /* Increase the font size */
|
9 |
text-align: center; /* Center the text */
|
10 |
}
|
11 |
|