Spaces:
Running
Running
Update css/main.css
Browse files- css/main.css +8 -0
css/main.css
CHANGED
@@ -15,10 +15,18 @@ p, table, tr, td, ul, li, blockquote, nav, a, footer, dl, dt, dd {
|
|
15 |
}
|
16 |
|
17 |
|
|
|
18 |
ul {
|
19 |
width: 100%;
|
20 |
padding: 32px;
|
21 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
.row {
|
23 |
width: 100%;
|
24 |
display: table;
|
|
|
15 |
}
|
16 |
|
17 |
|
18 |
+
|
19 |
ul {
|
20 |
width: 100%;
|
21 |
padding: 32px;
|
22 |
}
|
23 |
+
|
24 |
+
table {
|
25 |
+
width: 100%;
|
26 |
+
padding: 32px;
|
27 |
+
}
|
28 |
+
|
29 |
+
|
30 |
.row {
|
31 |
width: 100%;
|
32 |
display: table;
|