- @supports (display: grid) {
- .wrapper > * {
- width: auto;
- margin: 100px;
- }
- }
Si le navigateur prend en charge display grid alors ...
/* We need to set the widths used on floated items back to auto, and remove the bottom margin as when we have grid we have gaps. */ lien