Damian Johnson commited on 2017-07-09 18:31:21
Zeige 3 geänderte Dateien mit 5 Einfügungen und 2 Löschungen.
Much better. Shrinking the icons from 24x24 to 20x20 and ensuring there's a little gap between the columns.
... | ... |
@@ -18,13 +18,17 @@ table.people td { |
18 | 18 |
width: 50%; |
19 | 19 |
} |
20 | 20 |
|
21 |
+table.people tr td:first-child { |
|
22 |
+ padding-right: 10px; |
|
23 |
+} |
|
24 |
+ |
|
21 | 25 |
.photo { |
22 | 26 |
width: 145px; |
23 | 27 |
float: left; |
24 | 28 |
} |
25 | 29 |
|
26 | 30 |
.icon { |
27 |
- width: 24px; |
|
31 |
+ width: 20px; |
|
28 | 32 |
margin-right: 4px; |
29 | 33 |
padding: 0px; |
30 | 34 |
float: right; |
... | ... |
@@ -40,7 +44,6 @@ table.people td { |
40 | 44 |
font-family: "Montserrat"; |
41 | 45 |
font-size: 0.9rem; |
42 | 46 |
padding-top: 15px; |
43 |
- padding-right: 5px; |
|
44 | 47 |
} |
45 | 48 |
|
46 | 49 |
.description a, .field a, .name a { |