fix from Krasimir to have space between the sponsor icons

This commit is contained in:
Vasil Kolev 2014-10-21 23:13:25 +03:00 committed by Openfest
parent b81ac9c05a
commit b85534d091
2 changed files with 7 additions and 2 deletions

View File

@ -596,6 +596,11 @@ footer .content li a {
margin: 0 0 2em 0;
}
.sponsors-frontpage a {
display: inline-block;
padding: 0 2.2em 1em 0;
}
/* Plugins */
.gmp_map_opts {
float: none !important;
@ -814,4 +819,4 @@ footer.entry-footer {
border-radius: 0.4em;
background: #F0F0F0;
font-size: 0.8em;
}
}

View File

@ -2,7 +2,7 @@
<section class="content">
<?php echo do_shortcode( '[sh-latest-posts cat="news" label="'.pll__('Новини').'"]' ); ?>
<div class="separator"></div>
<div class="col-right sponsors">
<div class="col-right sponsors sponsors-frontpage">
<?php echo do_shortcode( '[sponsors]' ); ?>
<?php echo do_shortcode( '[partners]' ); ?>
</div>