Hacker News new | ask | show | jobs
by developerdanny 3358 days ago
Well, that was disappointing.
2 comments

They made the interview feel longer by making the font so thin it takes you twice as long to read.
Thanks for the feedback. How can we improve it for next time?
Hey, I'm not an UX specialist but

  .entry p {
    margin-bottom: 1em;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
  }
did the trick for me. I found it more pleasing to the eyes. BTW, nice interview! ;)
Added it! It indeed looks better. Not 100% sure about the line height, but thanks for this!
NP. Glad I could help. :)
Thanks, that's most appreciated! I'll have a look to see what it does!