Spaces:
Running
Running
imseldrith
commited on
Commit
·
4cd087b
1
Parent(s):
7423a30
Update templates/index.html
Browse files- templates/index.html +2 -2
templates/index.html
CHANGED
@@ -15,9 +15,9 @@
|
|
15 |
max-width: 600px;
|
16 |
margin: 0 auto;
|
17 |
padding: 40px;
|
18 |
-
background-color:
|
19 |
border-radius: 10px;
|
20 |
-
box-shadow:
|
21 |
}
|
22 |
|
23 |
h1 {
|
|
|
15 |
max-width: 600px;
|
16 |
margin: 0 auto;
|
17 |
padding: 40px;
|
18 |
+
background-color: transparent; /* Updated */
|
19 |
border-radius: 10px;
|
20 |
+
box-shadow: none; /* Updated */
|
21 |
}
|
22 |
|
23 |
h1 {
|