diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/project.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project.html b/templates/project.html index 22aedf6..e4e56bc 100644 --- a/templates/project.html +++ b/templates/project.html @@ -28,7 +28,7 @@ <a href="{{ putpage link }}" target="_blank" class="button">{{ putpage linklabel }}</a> </div> - <div class="prose md:prose-lg lg:prose-xl prose-pink prose-invert w-full pt-12"> + <div class="prose md:prose-lg lg:prose-xl prose-pink prose-invert w-full max-w-256 pt-12"> {{ body }} </div> |