Change letter-spacing to 2px for btn-vm-contact
This commit is contained in:
parent
3e08760e04
commit
d8ce0f95c5
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@
|
||||||
border: 2px solid #A3C0E2;
|
border: 2px solid #A3C0E2;
|
||||||
padding: 5px 25px;
|
padding: 5px 25px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
letter-spacing: 1.3px;
|
letter-spacing: 2px;
|
||||||
}
|
}
|
||||||
.btn-vm-contact:hover, .btn-vm-contact:focus {
|
.btn-vm-contact:hover, .btn-vm-contact:focus {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|
Loading…
Reference in a new issue