Psycojoker / prosopopee

a static website generator to make beautiful customizable pictures galleries that tell a story
http://prosopopee.readthedocs.org
GNU General Public License v3.0
324 stars 55 forks source link

fix YOLO margin in galleries-line #29

Open julienmalik opened 8 years ago

julienmalik commented 8 years ago

See https://github.com/Psycojoker/prosopopee/blob/master/prosopopee/static/css/style.css#L24

When the root page has both covers-1 and covers-3 (say you have 4 galleries), an overlap can be seen between the two galleries-line.

Removing the margin: -4px in css fixes the covers-1 -> covers-3 overlap, but introduces a gap between to covers-3 (say when you have 7 galleries).