mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Remove container width; replace with padding
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
// @link http://stackoverflow.com/a/13202141/140357
|
||||
|
||||
.o-container {
|
||||
width: var(--container-width);
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding-left: var(--grid-margin);
|
||||
padding-right: var(--grid-margin);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user