adjust btn height

This commit is contained in:
Felix Niklas 2014-10-07 16:21:46 +02:00
parent afeb2dcd5c
commit 619fdf4e7d

View file

@ -551,7 +551,7 @@ textarea,
} }
.page-header-meta { .page-header-meta {
margin-top: 10px; margin-top: 5px;
margin-left: auto; margin-left: auto;
} }
@ -1515,9 +1515,9 @@ footer {
.btn:hover, .btn:hover,
.btn:focus { .btn:focus {
font-size: 14px; font-size: 14px;
padding: 9px 24px 8px; padding: 10px 24px 9px;
color: white; color: #2c2d36;
background: hsl(234,10%,29%); background: white;
} }
.btn:active { .btn:active {