Added max width to profile image (#9783)

This commit is contained in:
Keith Holliday
2018-01-15 12:34:00 -07:00
committed by GitHub
parent dd95acf436
commit ba36ba0157

View File

@@ -322,7 +322,6 @@ div
} }
} }
.message-icon { .message-icon {
width: 16px; width: 16px;
color: #686274; color: #686274;
@@ -357,6 +356,10 @@ div
margin-top: -0.2em !important; margin-top: -0.2em !important;
} }
.photo img {
width: 100%;
}
.header { .header {
h1 { h1 {
color: #4f2a93; color: #4f2a93;