diff --git a/apps/home/templates/home/index.html b/apps/home/templates/home/index.html index 083ccc0..6299e14 100644 --- a/apps/home/templates/home/index.html +++ b/apps/home/templates/home/index.html @@ -182,7 +182,7 @@

- +

diff --git a/static/scss/base.scss b/static/scss/base.scss index dde8d35..93adfbf 100644 --- a/static/scss/base.scss +++ b/static/scss/base.scss @@ -12,6 +12,10 @@ } +.line-break-anywhere { + line-break: anywhere !important; +} + .btn-discord { --bs-btn-color: #fff; --bs-btn-bg: var(--discord-blurple);