Lighten up description and border-bottom in the header
This commit is contained in:
parent
04c0faca7e
commit
8d6f8a76a4
|
@ -143,7 +143,7 @@ img {
|
||||||
|
|
||||||
.masthead {
|
.masthead {
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
border-bottom: #777 dotted 1px;
|
border-bottom: 1px solid $lighterGray;
|
||||||
@include mobile {
|
@include mobile {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -197,7 +197,7 @@ img {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
color: $darkGray;
|
color: #777;
|
||||||
|
|
||||||
@include mobile {
|
@include mobile {
|
||||||
float: none;
|
float: none;
|
||||||
|
|
|
@ -408,7 +408,7 @@ img {
|
||||||
|
|
||||||
.masthead {
|
.masthead {
|
||||||
padding: 20px 0;
|
padding: 20px 0;
|
||||||
border-bottom: #777777 dotted 1px; }
|
border-bottom: 1px solid #eeeeee; }
|
||||||
@media screen and (max-width: 520px) {
|
@media screen and (max-width: 520px) {
|
||||||
.masthead {
|
.masthead {
|
||||||
text-align: center; } }
|
text-align: center; } }
|
||||||
|
@ -449,7 +449,7 @@ img {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
color: #333333; }
|
color: #777777; }
|
||||||
@media screen and (max-width: 520px) {
|
@media screen and (max-width: 520px) {
|
||||||
.site-description {
|
.site-description {
|
||||||
float: none;
|
float: none;
|
||||||
|
|
Loading…
Reference in a new issue