mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 12:59:05 +02:00
updating the docs to include more responsive fixes, adding rows to the responsive changes as well to undo negative margin
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
width: auto;
|
||||
padding: 0 10px;
|
||||
}
|
||||
// Undo negative margin on rows
|
||||
.row {
|
||||
margin-left: 0;
|
||||
}
|
||||
// Make all columns even
|
||||
[class*="span"] {
|
||||
float: none;
|
||||
@@ -57,6 +61,10 @@
|
||||
width: auto;
|
||||
padding: 0 10px;
|
||||
}
|
||||
// Undo negative margin on rows
|
||||
.row {
|
||||
margin-left: 0;
|
||||
}
|
||||
// Make all columns even
|
||||
[class*="span"] {
|
||||
float: none;
|
||||
|
Reference in New Issue
Block a user