removed unnecessary css definitions (previous fixes for BS2), and fixed category width on mobile screens

v1.18.x
psychobunny 12 years ago
parent fe89f1f096
commit 49fc87e295

@ -51,6 +51,11 @@
} }
.topic-row { .topic-row {
&.col-md-12 {
margin-right: 11px;
}
border-radius: 5px; border-radius: 5px;
padding: 5px 5px 5px 20px; padding: 5px 5px 5px 20px;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
@ -84,18 +89,10 @@
margin-right: 6px; margin-right: 6px;
} }
@media (max-width: 979px)
{
width: 100%;
}
} }
} }
@media (max-width: 979px)
{
width: 100%;
margin-left: 0px;
}
} }

Loading…
Cancel
Save