0
1
Fork 0
hedera-web-mindshore/js/htk/columns/image/style.scss

12 lines
134 B
SCSS
Raw Normal View History

2022-06-06 16:02:17 +00:00
td.cell-image {
text-align: center;
.htk-image {
max-width: 2.5em;
max-height: 2.5em;
display: block;
margin: auto;
}
}