fix(apps): font-size of title text not screen dependent

This commit is contained in:
Ruben Fiszel
2025-02-19 01:31:03 +01:00
parent 1ed474cedd
commit a5e06cb1ae

View File

@@ -263,3 +263,9 @@
{/if}
</div>
</RunnableWrapper>
<style>
h1 {
font-size: 29px;
}
</style>