xdega / webfresh-v2

Version 2 of the Webfresh Portfolio website. Cleaner interface, designed as a React Frontend for a decoupled Drupal site
0 stars 0 forks source link

Improve Translation of Blog Post -> Frontend #6

Open xdega opened 4 years ago

xdega commented 4 years ago

Currently, when creating a new blog post, the Frontend CSS interferes with the formatting being clean and consistent. Often, Blog Posts are littered with empty <p></p> tags, as a hack to create better paragraph spacing.

It may also be a consideration to add a max-width, so large resolutions do not see full paragraphs as a single line.

Additionally, Graphics formatting could use some work, and the URL paths should be absolute by default, in order to properly retrieve graphics without constant edits to the Blog Post source code.