stamps width fix, also screw mobile even more
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m39s

This commit is contained in:
2026-02-23 15:56:52 +00:00
parent 49499052b0
commit ef78974744

View File

@@ -42,7 +42,8 @@ img {
width: 89px;
height: 59px;
}
.tst {
width: calc(89px * 4);
min-width: calc(89px * 4);
}
</style>