web-tiki / responsive-grid-of-hexagons

CSS responsive grid of hexagons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Indentation on first row and how to increase the space between hexagons

Thaimon opened this issue · comments

Hi guys,

Thanks for sharing the script.
Is it possible to have the indentations starting on the first row instead of the second row?
I also don't know how to change the space between the hexagons.
Can you help me?

Thanks in advance!

For the indentation I used .hex:nth-child(an-b) instead of .hex:nth-child(an+b)
It seems to work.

And for the space between hexagons, changing the .hexIn width and padding-bottom with the same factor was the trick.