Spaces:
Running
Running
Update css/main.css
Browse files- css/main.css +2 -2
css/main.css
CHANGED
@@ -23,11 +23,11 @@ ul {
|
|
23 |
display: table;
|
24 |
}
|
25 |
.row:nth-child(odd) {
|
26 |
-
text-align:
|
27 |
color: #0274ba;
|
28 |
}
|
29 |
.row:nth-child(even) {
|
30 |
-
text-align:
|
31 |
color: #530707;
|
32 |
}
|
33 |
|
|
|
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 |
|