diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 11:47:39 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-08-02 11:47:39 +0530 |
| commit | fbdc3d855d0330f5f743b0936de015c4ca620b8f (patch) | |
| tree | 2dce7ee54add5e77f0fc95f0b8cb7f8bfb58b428 /templates | |
| parent | 252ce30cb2fd73dfe7c702238bd8d90bcfc8479c (diff) | |
site: center image
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> |
