2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

update comments, use variable for media query

This commit is contained in:
Mark Otto
2017-07-02 15:14:15 -07:00
parent 602940d634
commit 2f8018749d
+5 -5
View File
@@ -1,4 +1,4 @@
/* Logo series wrapper */ // Logo series wrapper
.bs-brand-logos { .bs-brand-logos {
display: table; display: table;
width: 100%; width: 100%;
@@ -9,7 +9,7 @@
border-radius: 4px; border-radius: 4px;
} }
/* Individual items */ // Individual items
.bs-brand-item { .bs-brand-item {
padding: 60px 0; padding: 60px 0;
text-align: center; text-align: center;
@@ -22,7 +22,7 @@
background-color: #563d7c; background-color: #563d7c;
} }
/* Heading content within */ // Heading content within
.bs-brand-item h1, .bs-brand-item h1,
.bs-brand-item h3 { .bs-brand-item h3 {
margin-top: 0; margin-top: 0;
@@ -33,7 +33,7 @@
margin-left: auto; 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 { .bs-brand-item .glyphicon {
width: 30px; width: 30px;
height: 30px; height: 30px;
@@ -49,7 +49,7 @@
background-color: #d9534f; background-color: #d9534f;
} }
@media (min-width: 768px) { @media (min-width: @screen-sm-min) {
.bs-brand-item { .bs-brand-item {
display: table-cell; display: table-cell;
width: 1%; width: 1%;