fix : 2nd screen got bold lettering

This commit is contained in:
karthik 2025-09-19 11:33:12 +05:30
parent 552fd22efd
commit 4ffb953f3f

View File

@ -23,6 +23,7 @@
.main-table { .main-table {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
font-weight: bold;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
} }