aerohub / hugrid

Hugrid (Hugo+grid) is a simple grid theme for Hugo. It's a kind of boilerplate to perform anyone or anything quickly. Portfolio, collection, bookmarks, contacts and so on.
MIT License
165 stars 79 forks source link

different size #23

Closed jcolomb closed 5 years ago

jcolomb commented 5 years ago

HI, thanks for the theme! I try to work with two sections, one with thumbnail of 500 pixels instead of 250, and one normal. My problem is that they overlap. I tried to modify the css, but with no luck so far:

.og-grid li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top;
    height: 500px;
}

any help would be appreciated!

jcolomb commented 5 years ago

The problem is also there is thumbnails are 500 px in the original theme, things do overlap...

jcolomb commented 5 years ago

my bad, the css modification work, I just modified the wrong file. sorry

jcolomb commented 5 years ago

nb setting height: auto; works in all cases.