adjust btn height
This commit is contained in:
parent
afeb2dcd5c
commit
619fdf4e7d
1 changed files with 4 additions and 4 deletions
|
@ -551,7 +551,7 @@ textarea,
|
|||
}
|
||||
|
||||
.page-header-meta {
|
||||
margin-top: 10px;
|
||||
margin-top: 5px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
@ -1515,9 +1515,9 @@ footer {
|
|||
.btn:hover,
|
||||
.btn:focus {
|
||||
font-size: 14px;
|
||||
padding: 9px 24px 8px;
|
||||
color: white;
|
||||
background: hsl(234,10%,29%);
|
||||
padding: 10px 24px 9px;
|
||||
color: #2c2d36;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.btn:active {
|
||||
|
|
Loading…
Reference in a new issue