unsemantic icon indicating copy to clipboard operation
unsemantic copied to clipboard

Fluid grid for mobile, tablet, and desktop.

Results 8 unsemantic issues
Sort by recently updated
recently updated
newest added

If it is support HTML5 and CSS3?

See here https://codepen.io/Aybee/pen/MGZXRz How should we handle this behavior? If it's not possible I think I have to write my own CSS maybe with flex containers.

Maybe you like to explain somewhere what this class is good for.

Had a user of my theme complain that they were losing the grid when zoomed in 125% at a certain browser width. For example, if you zoom in 125% in...

Hi, If we need a gutter-half 20px on desktop/tablet and 10px on mobile breakpoint, how can we do this? I thought several times but I did not find "clean" solution......

Would love to have this available on CDNJS... Then I can use it even faster, and include in JSFiddles and all kinds of other joys... https://github.com/cdnjs/cdnjs "We will host any...

Hi Nathan, For now all `grid` classes have `padding-left` and `padding-right` set, regardless of their scope (I mean `tablet-` or `mobile-`). So the CSS output looks like this : ```...

Hi - Say for the main part of a page I've got a 66:33 layout, and the 33% is nested with a couple of entries. I've therefore got several panels...