Commit 7b4c6313 by Scott

Fix SnowFlat CSS coding style

parent aef32b04
...@@ -1536,7 +1536,8 @@ blockquote p { ...@@ -1536,7 +1536,8 @@ blockquote p {
width: 100%; width: 100%;
max-width: 150px; max-width: 150px;
} }
@media only screen and (min-width: 992px) { /*Two column layout for Desktops and above*/ @media only screen and (min-width: 992px) {
/* two column layout for Desktops and above*/
.qa-top-users-item { .qa-top-users-item {
width: 48%; width: 48%;
max-width: none; max-width: none;
......
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