mirror of
https://github.com/tchartron/blow
synced 2025-03-17 15:27:04 +00:00
Restrict width of the content div on the index page
so that the line wrap happens for larger content texts before the text runs over the whole screen
This commit is contained in:
parent
2944bceebe
commit
20ee5574d0
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
</div>
|
||||
|
||||
<!-- Content -->
|
||||
<div class="text-bold mt-2">
|
||||
<div class="text-bold mt-2 w-2/3 text-center p-4">
|
||||
{{ section.content | safe }}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue