Commit a96d6e11 by Scott

Remove blank area above user meta on small screens

Fixes #472
parent d0baef9b
......@@ -2540,6 +2540,18 @@ input[type="submit"], button {
position: absolute;
}
@media (max-width: 799px) {
.qa-a-item-avatar-meta {
margin-top: 10px;
}
}
@media (min-width: 800px) and (max-width: 979px) {
.qa-a-item-avatar-meta {
margin-top: 70px;
}
}
@media (max-width: 979px) {
.qa-a-item-main {
width: 100%;
......@@ -2551,10 +2563,6 @@ input[type="submit"], button {
line-height: 1.71429em;
}
.qa-a-item-avatar-meta {
margin-top: 70px;
}
.qa-a-selection {
left: 100px;
top: 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment