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

View File

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