I\'m trying to add padding to an element inside a display:flex element. When the padding is defined as a percent, it doesn\'t display in Firefox, though it does
display:flex
Try this:
.padded { padding-bottom: 10vw; }