Spaces:
Running
Running
Update style.css
Browse files
style.css
CHANGED
|
@@ -18,9 +18,15 @@ p {
|
|
| 18 |
margin-top: 5px;
|
| 19 |
}
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
li {
|
| 22 |
font-size: rgb(141, 148, 161);
|
| 23 |
color: gray;
|
|
|
|
|
|
|
| 24 |
}
|
| 25 |
|
| 26 |
input {
|
|
|
|
| 18 |
margin-top: 5px;
|
| 19 |
}
|
| 20 |
|
| 21 |
+
ul {
|
| 22 |
+
list-style: none;
|
| 23 |
+
}
|
| 24 |
+
|
| 25 |
li {
|
| 26 |
font-size: rgb(141, 148, 161);
|
| 27 |
color: gray;
|
| 28 |
+
padding-left: 1rem;
|
| 29 |
+
text-indent: -0.7rem;
|
| 30 |
}
|
| 31 |
|
| 32 |
input {
|