Fix bug in grid, but loosing some other changes, since they were never committed tot this repo...

This commit is contained in:
Fabian Stamm
2023-07-15 15:28:38 +02:00
parent 2835b1bac9
commit 4e48619a08
7 changed files with 1316 additions and 146 deletions

View File

@ -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,