Fix bug in grid, but loosing some other changes, since they were never committed tot this repo...
This commit is contained in:
@ -310,7 +310,7 @@
|
||||
.row[class*="cols-lg-"] > * {
|
||||
box-sizing: border-box;
|
||||
flex: 0 0 auto;
|
||||
padding: 0 calc(var(1rem) / 2);
|
||||
padding: 0 calc(var(--universal-padding) / 2);
|
||||
}
|
||||
|
||||
.col-lg,
|
||||
|
Reference in New Issue
Block a user