clr commited on
Commit
37fdc1c
1 Parent(s): 75cd188

Update css/main.css

Browse files
Files changed (1) hide show
  1. css/main.css +4 -4
css/main.css CHANGED
@@ -22,12 +22,12 @@ ul {
22
  width: 80%;
23
  display: table;
24
  }
25
- .row:nth-child(odd) {
26
- text-align: left;
27
- color: #0274ba;
28
- }
29
  .row:nth-child(even) {
30
  text-align: right;
 
 
 
 
31
  color: #530707;
32
  }
33
 
 
22
  width: 80%;
23
  display: table;
24
  }
 
 
 
 
25
  .row:nth-child(even) {
26
  text-align: right;
27
+ color: #0274ba;
28
+ }
29
+ .row:nth-child(odd) {
30
+ text-align: left;
31
  color: #530707;
32
  }
33