Bottom padding to download button

Closed username-removed-31425 requested to merge mvb/www-gitlab-com:button_downloads_css into master

Added 8px of bottom-padding to the download button.

.btn-group,.btn-group-vertical{
position: relative;
display: inline-block;
vertical-align: middle;
padding-bottom: 8px;
}

screen