Pregunta

I have the following divs.

<div class="container showgrid">

        <div class="span-24">
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
        </div>

        <div class="span-24">
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
        </div>
</div>

I have the grid on and i can see that the space between the first div and the second is more than 10px.How can i have 10px space instead of the default,which looks like over 10px.

¿Fue útil?

Solución

The default margin for Blueprint is margin-right: 10px. Have a look at their Grid Tests page here: http://blueprintcss.org/tests/parts/grid.html

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top