frontend: fix mobile layout for runes text

This commit is contained in:
2026-03-07 00:23:34 +01:00
parent 271c2b26d8
commit 35563c2fc0

View File

@@ -254,6 +254,7 @@ function selectBuild(index: number): void {
.rune-page-wrapper {
transform: scale(1);
transform-origin: center center;
margin-top: 0px;
}
}
</style>