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:
parent
80332e8340
commit
d4675bf4ef
4 changed files with 28 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue