mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
change max-width to width to force it to stay in its place.
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user