-/* Logo series wrapper */
+// Logo series wrapper
.bs-brand-logos {
display: table;
width: 100%;
border-radius: 4px;
}
-/* Individual items */
+// Individual items
.bs-brand-item {
padding: 60px 0;
text-align: center;
background-color: #563d7c;
}
-/* Heading content within */
+// Heading content within
.bs-brand-item h1,
.bs-brand-item h3 {
margin-top: 0;
margin-left: auto;
}
-/* Make the icons stand out on what is/isn't okay */
+// Make the icons stand out on what is/isn't okay
.bs-brand-item .glyphicon {
width: 30px;
height: 30px;
background-color: #d9534f;
}
-@media (min-width: 768px) {
+@media (min-width: @screen-sm-min) {
.bs-brand-item {
display: table-cell;
width: 1%;