Spaces:
Running
Running
Commit
·
ef35912
1
Parent(s):
3c29b8b
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -48,11 +48,11 @@
|
|
| 48 |
border-top-right-radius: 11px;
|
| 49 |
}
|
| 50 |
h1{
|
| 51 |
-
font-size:
|
| 52 |
}
|
| 53 |
@media (max-width: 767px) {
|
| 54 |
h1 {
|
| 55 |
-
font-size:
|
| 56 |
}
|
| 57 |
|
| 58 |
.title {
|
|
|
|
| 48 |
border-top-right-radius: 11px;
|
| 49 |
}
|
| 50 |
h1{
|
| 51 |
+
font-size: 38px;
|
| 52 |
}
|
| 53 |
@media (max-width: 767px) {
|
| 54 |
h1 {
|
| 55 |
+
font-size: 29px; /* Adjust font size for smaller screens */
|
| 56 |
}
|
| 57 |
|
| 58 |
.title {
|