diff --git a/CHANGELOG.md b/CHANGELOG.md index a7d7cb348ea6b45003bdda1a78f19521cc7e717b..9417125dec70ffc2e25f5d14546f69e130b325b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * Several root settings in `/hugo.toml` were being overridden such as `paginate` these should now be fixed. * Fixed the CSS so the `navbar` wont overflow under very low resolutions. +* Fixed certain text inside `<p>` tags overflowing and distorting the layout. ## 2.0.0 diff --git a/static/css/main.css b/static/css/main.css index f712c15227c527d737eee84b7d866985a79859cb..f0815f65cd41a951e9083c6f46b2e6cc84630255 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -601,6 +601,10 @@ article header { margin-bottom: 3rem; } +p { + overflow: scroll; +} + @-webkit-keyframes nprogress-spinner{ 0%{ -webkit-transform:rotate(0)