gokarna-theme / gokarna-hugo

A minimal opinionated theme for Hugo
https://gokarna-hugo.netlify.app
GNU General Public License v3.0
358 stars 140 forks source link

Posts sometimes break when they should not #140

Closed lzap closed 1 year ago

lzap commented 1 year ago

Hey,

I am not sure what is going on but some posts do break on my page regardless they are short in width:

Snímek obrazovky 2022-11-13 v 20 00 14

Anything I can do about this? I see a div element with flex-break class, what this is for? Thanks for help.

lzap commented 1 year ago

This fixed it, not sure what I did tho:

  .post-title .post-link {
    width: 70%;
  } 
jamesericdavidson commented 1 year ago

What resolution is this? I assume it's high enough for the CSS to recognise it as a desktop or laptop, and I'm guessing that the November strings are too long and have to break. @dchiquito is looking at this in #128 and #143