Spaces:
Running
Running
Update css/main.css
Browse files- css/main.css +4 -2
css/main.css
CHANGED
|
@@ -18,11 +18,13 @@ p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
|
|
| 18 |
ul {
|
| 19 |
width: 80%;
|
| 20 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
.row {
|
| 22 |
width: 80%;
|
| 23 |
display: table;
|
| 24 |
-
height: 30px;
|
| 25 |
-
line-height: 30px;
|
| 26 |
}
|
| 27 |
.row:nth-child(even) {
|
| 28 |
text-align: left;
|
|
|
|
| 18 |
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;
|