make motd bigger on desktop screens
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s

This commit is contained in:
Lee 2024-04-16 21:51:37 +01:00
parent e1ebccd5b7
commit 2120d9eeac

@ -103,7 +103,7 @@ export default async function Page({ params: { platform, hostname } }: Params):
</div>
</div>
<div className="bg-background rounded-lg p-2 text-sm xs:text-md">
<div className="bg-background rounded-lg p-2 text-sm xs:text-lg">
{server.motd.html.map((line, index) => {
return <p key={index} dangerouslySetInnerHTML={{ __html: line }}></p>;
})}