belinghy commited on
Commit
364c9a0
1 Parent(s): c99696a

fix css for ul

Browse files
Files changed (1) hide show
  1. index.html +4 -0
index.html CHANGED
@@ -41,6 +41,10 @@
41
  font-size: 2.4em;
42
  }
43
 
 
 
 
 
44
  p, li {
45
  font-size: 1.3em;
46
  line-height: 1.6;
 
41
  font-size: 2.4em;
42
  }
43
 
44
+ ul {
45
+ list-style-position: inside;
46
+ }
47
+
48
  p, li {
49
  font-size: 1.3em;
50
  line-height: 1.6;