clr commited on
Commit
f6193a4
1 Parent(s): 1c5fd24

Update css/main.css

Browse files
Files changed (1) hide show
  1. css/main.css +2 -2
css/main.css CHANGED
@@ -19,12 +19,12 @@ ul {
19
  width: 80%;
20
  }
21
  li {
22
- height: 30px;
23
- line-height: 30px;
24
  }
25
  .row {
26
  width: 80%;
27
  display: table;
 
28
  }
29
  .row:nth-child(even) {
30
  text-align: left;
 
19
  width: 80%;
20
  }
21
  li {
22
+ padding: 0;
 
23
  }
24
  .row {
25
  width: 80%;
26
  display: table;
27
+ padding: 0;
28
  }
29
  .row:nth-child(even) {
30
  text-align: left;