cutiee82 commited on
Commit
e0c46b1
·
verified ·
1 Parent(s): dff5878

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +8 -0
style.css CHANGED
@@ -19,6 +19,14 @@ img {
19
  height: auto;
20
  }
21
 
 
 
 
 
 
 
 
 
22
  main, section {
23
  padding: 10px;
24
  margin: 0 auto;
 
19
  height: auto;
20
  }
21
 
22
+ ul {
23
+ list-style: none;
24
+ }
25
+
26
+ ul li:before {
27
+ content: "—"
28
+ }
29
+
30
  main, section {
31
  padding: 10px;
32
  margin: 0 auto;