fix issue i think

This commit is contained in:
Henry Hiles 2025-11-20 17:51:25 -05:00
commit a2e93e30ee
No known key found for this signature in database

View file

@ -33,7 +33,7 @@ void main(List<String> argsRaw) async {
@import url('https://fonts.googleapis.com/css2?family=Momo+Trust+Sans:wght@800');
body {
background-color: rgba(0, 0, 0, 0);
font-size: 25vw;
font-size: 10vw;
color: white;
font-family: "Momo Trust Sans", sans-serif;
text-align: right;