1
0
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:
Deven Caron
2023-02-09 10:18:47 -05:00
parent c22a006079
commit b7d9311ac6

View File

@@ -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);
}