[FIX] button styling

This commit is contained in:
Ben Stein-Lobovits
2014-09-04 16:16:43 -07:00
parent 4da52551c4
commit b009efbd77
2 changed files with 6 additions and 1 deletions

View File

@@ -54,6 +54,11 @@ button.api {
padding: 6px 30px;
font-size: 24px;
letter-spacing: 2px;
background-color: #346AA9;
}
button.api:hover {
background-color: #428bca;
}
@media (min-width: 992px) {