style: 优化页脚图片尺寸及垂直居中排版对齐
This commit is contained in:
@@ -716,8 +716,8 @@ $author_desc = get_option('argon_sidebar_author_description');
|
||||
|
||||
<?php if (get_option('argon_show_rss_link', 'false') == 'true') : ?>
|
||||
<div class="site-rss">
|
||||
<a href="<?php bloginfo('rss2_url'); ?>" target="_blank" class="btn btn-primary btn-sm btn-icon-only rounded-circle" data-toggle="tooltip" data-placement="bottom" title="<?php _e('RSS 订阅', 'argon'); ?>">
|
||||
<i class="fa fa-rss"></i>
|
||||
<a href="<?php bloginfo('rss2_url'); ?>" target="_blank" class="site-rss-btn" data-toggle="tooltip" data-placement="bottom" title="<?php _e('RSS 订阅', 'argon'); ?>">
|
||||
<i class="fa fa-rss"></i> <?php _e('RSS 订阅', 'argon'); ?>
|
||||
</a>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
Reference in New Issue
Block a user