mirror of
https://github.com/torproject/webwml.git
synced 2025-02-26 05:05:58 +00:00
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:
parent
27d800ca71
commit
5214fe9b11
@ -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 |
Loading…
x
Reference in New Issue
Block a user