ftct: bit more margin on mobile for the end

This commit is contained in:
mehbark 2023-08-29 19:52:50 -04:00
parent 7ab7afc5ed
commit 87496620f2
2 changed files with 1 additions and 1 deletions

View file

View file

@ -43,7 +43,7 @@ file.write(encoder.encode(`
<style>
body {
margin: 0 auto;
width: min(500px, 100vw);
width: min(500px, 96vw);
}
</style>
</head>