Lighten up description and border-bottom in the header
This commit is contained in:
parent
04c0faca7e
commit
8d6f8a76a4
2 changed files with 4 additions and 4 deletions
|
@ -143,7 +143,7 @@ img {
|
|||
|
||||
.masthead {
|
||||
padding: 20px 0;
|
||||
border-bottom: #777 dotted 1px;
|
||||
border-bottom: 1px solid $lighterGray;
|
||||
@include mobile {
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -197,7 +197,7 @@ img {
|
|||
font-size: 16px;
|
||||
margin: 0;
|
||||
margin-top: -5px;
|
||||
color: $darkGray;
|
||||
color: #777;
|
||||
|
||||
@include mobile {
|
||||
float: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue