Dynamically adjust font size based on vw value

This commit is contained in:
2026-05-12 19:06:25 +01:00
parent a2e6f3b99a
commit b88f4f3b35
3 changed files with 6 additions and 7 deletions

View File

@@ -90,7 +90,8 @@
flex: 1;
overflow-y: auto;
height: calc(100dvh - 60px);
width: 100%;
width: 97%;
max-width: 700px;
margin-bottom: 5px;
}
</style>