Spaces:
Running
Running
Update css/main.css
Browse files- css/main.css +7 -0
css/main.css
CHANGED
|
@@ -15,8 +15,15 @@ p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
|
|
| 15 |
}
|
| 16 |
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
.row {
|
|
|
|
| 19 |
display: table;
|
|
|
|
| 20 |
}
|
| 21 |
.row:nth-child(even) {
|
| 22 |
direction: rtl;
|
|
|
|
| 15 |
}
|
| 16 |
|
| 17 |
|
| 18 |
+
ul {
|
| 19 |
+
margin: 0;
|
| 20 |
+
padding: 0;
|
| 21 |
+
width: 80%;
|
| 22 |
+
}
|
| 23 |
.row {
|
| 24 |
+
width: 100%;
|
| 25 |
display: table;
|
| 26 |
+
table-layout: fixed;
|
| 27 |
}
|
| 28 |
.row:nth-child(even) {
|
| 29 |
direction: rtl;
|