Adjustments to <a>, and general letter-spacing

This commit is contained in:
Jason Costello 2017-02-21 15:57:05 -08:00
parent 9fc594bbf1
commit 1f6be611c4
2 changed files with 4 additions and 8 deletions

View File

@ -33,7 +33,7 @@ h3{
font-weight: $font-weight-sb;
}
p {
p, a, input, .alert {
font-family: $font-family-open-sans;
}

View File

@ -107,29 +107,26 @@ body.page-home{
}
p{
font-size: 14px;
letter-spacing: 1px;
font-size: 18px;
line-height: 1.5em;
color: $consul-gray;
font-weight: $font-weight-sb;
}
.outline-btn {
padding: 8px;
display: inline-block;
&:focus {
outline: 0;
}
}
a {
font-weight: 500;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 3px;
letter-spacing: 1px;
color: $purple;
&:hover {
text-decoration: none;
@ -154,7 +151,6 @@ body.page-home{
p{
font-size: 16px;
letter-spacing: 1px;
line-height: 1.5em;
color: $consul-gray;
font-family: $font-family-open-sans;