fix styling

This commit is contained in:
plebeius
2026-02-24 16:36:13 +08:00
parent e51f5b968c
commit 0e1421fff7
9 changed files with 162 additions and 30 deletions
@@ -28,12 +28,9 @@ const SiteLegalMeta = ({ order = 'version-first' }: SiteLegalMetaProps) => {
return (
<>
<br />
{first}
<br />
<br />
<br />
{second}
<span style={{ display: 'block', marginTop: 5 }}>{second}</span>
</>
);
};