File "GridWrapper.module.scss"
Full Path: /home/rubycabfbt/www/wp-content/plugins/envato-elements/src/js/react/components/Grid/GridWrapper.module.scss
File size: 185 bytes
MIME-type: text/plain
Charset: utf-8
.wrapper {
width: 100%;
}
.inner {
display: flex;
flex-wrap: wrap;
margin: 0 -1%;
width: 102%;
padding: 0;
justify-content: space-between;
}
.cardSpacing {
flex: 1;
}