diff --git a/hectabitstyles.css b/hectabitstyles.css index 4221abf..0411fa2 100755 --- a/hectabitstyles.css +++ b/hectabitstyles.css @@ -1,5 +1,5 @@ /* Reset some default styles */ -body, h1, p, ul, li, li2, p1 { +body, h1, p, ul, li, li2, p1, p2 { margin: 0; padding: 0; list-style-type: none; @@ -50,6 +50,10 @@ body { --shadow: lightgrey; } +p2 { + overflow-wrap: break-word; +} + /* Sidebar styles */ .sidecontainer { position: fixed;