-
Notifications
You must be signed in to change notification settings - Fork 26.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
image grid margins #102
Comments
They grid system is fairly basic. With my latest theme and personal site I moved over to Bourbon's Neat. But the basic idea is you include various mixins that help take care of all the maths. By default I'm using a 12 column grid but that can be changed in To make an element span 10 out of 12 columns you'd use the following mixin Then there are mixins to add space before and after an element. You can also do things like Doing image grids/galleries can be tricky and if that's your intention I'd suggest using a more fleshed out system like Susy. It's way more customizable and meant for that sort of thing. |
Add Emerald theme
Update CONTRIBUTING.md
…n/eslint-plugin-vue-9.6.0 chore(deps-dev): bump eslint-plugin-vue from 9.4.0 to 9.6.0
Remove unnecessary console.log()
in
_sass/grid.scss
I can see some macros like "prefix", "push" etc. What is their purpose and how to I use them? I would like to sometimes add a margin to an image grid. If I just add astyle="padding-right: 4ex"
to theimg
, for example, the image size is not affected.The text was updated successfully, but these errors were encountered: