Shrink icons and give them a margin

Much better. Shrinking the icons from 24x24 to 20x20 and ensuring there's a
little gap between the columns.
This commit is contained in:
Damian Johnson 2017-07-09 09:31:21 -07:00
parent 27d800ca71
commit 5214fe9b11
3 changed files with 5 additions and 2 deletions

View File

@ -18,13 +18,17 @@ table.people td {
width: 50%;
}
table.people tr td:first-child {
padding-right: 10px;
}
.photo {
width: 145px;
float: left;
}
.icon {
width: 24px;
width: 20px;
margin-right: 4px;
padding: 0px;
float: right;
@ -40,7 +44,6 @@ table.people td {
font-family: "Montserrat";
font-size: 0.9rem;
padding-top: 15px;
padding-right: 5px;
}
.description a, .field a, .name a {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB