Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

container_16 and container_24 #20

Open
Ybbet opened this issue Oct 10, 2012 · 1 comment
Open

container_16 and container_24 #20

Ybbet opened this issue Oct 10, 2012 · 1 comment

Comments

@Ybbet
Copy link

Ybbet commented Oct 10, 2012

Is it possible to consider the variation of Adapt.js for container_16 and container_24?

@nathansmith
Copy link
Owner

I hadn't made container_16 or container_24 versions, because (aside from the width of 960 pixels), those don't divide evenly along the same proportions as container_12.

However, you can generate your own via this tool…

http://grids.heroku.com


Related: I'm currently working on a fluid grid system that (I hope) will obviate the need for 960 altogether…

http://host.sonspring.com/fluid-grid/

As an "in the wild" example, my sister's "save the date" engagement site…

http://tedbethany.com

Basically, the code for that looks like…

<div class="width-50 mobile-width-33">…</div>
<div class="width-25 mobile-width-33">…</div>
<div class="width-25 mobile-width-33">…</div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants