tighten up mobile profile image size

This commit is contained in:
Jeff Atwood 2016-02-22 02:18:34 -08:00
parent 2ab901bec4
commit c9d19c9462
1 changed files with 2 additions and 4 deletions

View File

@ -67,9 +67,8 @@
}
.profile-image {
height: 150px;
height: 25px;
width: 100%;
background-size: cover;
}
@ -209,8 +208,7 @@
}
.about {
background-size: cover;
background: dark-light-diff($primary, $secondary, 0%, -75%) center center;
background: dark-light-diff($primary, $secondary, 0%, -75%) center;
width: 100%;
margin-bottom: 10px;
overflow: hidden;