Size and space
- It’s useful to know a bit about how we build layout in Mybring.
- We set max-width more than we set width.
- We rarely set height.
- Margin and padding is used the most.
- Owl spacing is a nice and fast way to get vertical spacing between elements without that extra spacing below the last element. Another way to do the same is to use flexbox column with gap.
- Spacing between flexbox elements should use gap and not margin or padding.