Hi @franky242,
To achieve this add following CSS code in the style.css file of your child theme or add it in your site using the following plugin.
.site-footer .site-info {
padding: 10px 0;
}
http://wordpress.org/plugins/simple-custom-css
Best Regards,