https://github.com/hillipino
Removed the grid and switched over to flex to display the thumbs, also add a camgasm version
enjoy
Removed the grid and switched over to flex to display the thumbs, also add a camgasm version
enjoy
@include breakpoint(medium) {
width: 33%;
}
@include breakpoint(small) {
width: 50%;
}
@include breakpoint(xsmall) {
width: 100%;
}
@include skel-breakpoints(( xlarge: '(max-width: 1680px)', large: '(max-width: 1280px)', medium: '(max-width: 980px)', small: '(max-width: 480px)', xsmall: '(max-width: 360px)' ));

Comment