Skip to content
Snippets Groups Projects
Commit c678a574 authored by 🚄 Job van der Voort 🚀's avatar 🚄 Job van der Voort 🚀
Browse files

Merge branch 'padding_button' into 'master'

Padding button

Add bottom padding to button on downloads page.
parents 8232ab63 8f161be5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,6 +27,10 @@ body {
color: #fff;
}
 
.btn-group {
padding-bottom: 8px;
}
.dropdown-menu {
background: #019875;
}
Loading
Loading
@@ -37,7 +41,6 @@ body {
background: #18BE97;
}
 
.other-downloads {
margin-top: 30px;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment