fix mobile user page alignment on larger devices

This commit is contained in:
Jeff Atwood 2015-02-18 23:05:28 -08:00
parent 103d42a9d9
commit da036e7de3

View File

@ -292,6 +292,7 @@
img.avatar {
float: left;
margin-right: 15px;
}
.suspended {
@ -310,7 +311,6 @@
float: left;
a[href] {
color: dark-light-diff($secondary, $primary, 75%, -10%);
}
}