Commit 923dcc08 by Scott

SnowFlat: fix horizontal scrollbar

Closes #237.
parent 49f054ce
......@@ -874,7 +874,8 @@ blockquote p {
}
.qa-body-wrapper {
margin: 20px auto;
margin: 10px auto;
padding: 0 10px;
overflow: hidden;
*zoom: 1;
}
......@@ -888,14 +889,7 @@ blockquote p {
width: 100%;
}
}
@media (max-width: 1023px) {
.qa-body-wrapper {
width: 100%;
margin-top: 10px;
padding: 0 10px;
}
}
@media (min-width: 1024px) {
@media (min-width: 1044px) {
.qa-body-wrapper {
width: 1024px;
}
......@@ -1264,9 +1258,9 @@ blockquote p {
width: 550px;
}
}
@media (min-width: 1024px) {
@media (min-width: 1044px) {
.qa-q-item-main {
width: 606px;
width: 592px;
}
}
......
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