ebrowne commited on
Commit
ffd32bc
·
verified ·
1 Parent(s): a0c6729

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +6 -0
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 {