change max-width to width to force it to stay in its place.

This commit is contained in:
Midou
2023-06-18 11:10:08 +01:00
parent 89967861b8
commit fc0efd75d5
+1 -1
View File
@@ -11,7 +11,7 @@
{{.LastEditor}} edited this page on {{.LastEdit}} · {{.RevisionNum}} revisions
</p>
<hr style="border-color: #252525;">
<div style="margin-right: auto; max-width: 50vw;">
<div style="margin-right: auto; width: 50vw;">
{{ unescape .PageContent }}
</div>
</div>