Spaces:
Running
Running
Update css/main.css
Browse files- css/main.css +1 -6
css/main.css
CHANGED
|
@@ -17,14 +17,10 @@ p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
|
|
| 17 |
|
| 18 |
ul {
|
| 19 |
width: 80%;
|
| 20 |
-
display: table;
|
| 21 |
-
}
|
| 22 |
-
li {
|
| 23 |
-
display: table-cell;
|
| 24 |
}
|
| 25 |
.row {
|
| 26 |
width: 80%;
|
| 27 |
-
display: table
|
| 28 |
}
|
| 29 |
.row:nth-child(even) {
|
| 30 |
text-align: left;
|
|
@@ -32,7 +28,6 @@ li {
|
|
| 32 |
}
|
| 33 |
.row:nth-child(odd) {
|
| 34 |
text-align: right;
|
| 35 |
-
background: #e7fefc;
|
| 36 |
color: #530707;
|
| 37 |
}
|
| 38 |
|
|
|
|
| 17 |
|
| 18 |
ul {
|
| 19 |
width: 80%;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
}
|
| 21 |
.row {
|
| 22 |
width: 80%;
|
| 23 |
+
display: table;
|
| 24 |
}
|
| 25 |
.row:nth-child(even) {
|
| 26 |
text-align: left;
|
|
|
|
| 28 |
}
|
| 29 |
.row:nth-child(odd) {
|
| 30 |
text-align: right;
|
|
|
|
| 31 |
color: #530707;
|
| 32 |
}
|
| 33 |
|