Spaces:
Sleeping
Sleeping
Sofia Casadei
commited on
Commit
Β·
7587901
1
Parent(s):
fd841fd
ont
- static/index-screen.html +1 -1
static/index-screen.html
CHANGED
@@ -54,7 +54,7 @@
|
|
54 |
background: transparent; /* Transparent background (no highlighting) */
|
55 |
border-radius: 0; /* No rounded corners */
|
56 |
line-height: 1.6; /* Increases line spacing for readability */
|
57 |
-
font-size:
|
58 |
font-weight: 500; /* 500 = medium weight, 700 = bold */
|
59 |
max-width: 98%; /* Full width within container */
|
60 |
white-space: normal; /* Allows text to wrap normally */
|
|
|
54 |
background: transparent; /* Transparent background (no highlighting) */
|
55 |
border-radius: 0; /* No rounded corners */
|
56 |
line-height: 1.6; /* Increases line spacing for readability */
|
57 |
+
font-size: 10rem; /* rem means relative to the root font size */
|
58 |
font-weight: 500; /* 500 = medium weight, 700 = bold */
|
59 |
max-width: 98%; /* Full width within container */
|
60 |
white-space: normal; /* Allows text to wrap normally */
|