diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-15 17:38:22 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2016-08-15 17:38:22 +0200 |
commit | 8e7608b5254febb83e765c5710803809b5b80e1b (patch) | |
tree | eae5e2294acc75f38a79f9e666a8de73f9bffb0e | |
parent | 5a2ba6b9adbe11e4a2563ba39acae66ab973545f (diff) |
Shift the logos so that their visual heights match
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -538,6 +538,10 @@ input[type=checkbox]:not(old):checked + label > span:before { | |||
538 | margin-right: 3%; | 538 | margin-right: 3%; |
539 | } | 539 | } |
540 | 540 | ||
541 | .partner.freifunk img, .partner.gff img{ | ||
542 | padding-bottom: 6px; | ||
543 | } | ||
544 | |||
541 | .partner.ccc img { | 545 | .partner.ccc img { |
542 | vertical-align: top; | 546 | vertical-align: top; |
543 | } | 547 | } |