igeligel/personal-site

Fix maximum width

igeligel opened this issue · 0 comments

On the blog pages go with a maximum width of 680px for text.

on blog-content class:

display: flex;
  flex-direction: column;

on the text elements

  max-width: 680px;
  align-self: center;