﻿body {
}
html {
  scroll-behavior: smooth;
}
tr {
  scroll-margin-top: 80px; /* Thay 80px bằng chiều cao thanh menu của bạn */
}
@media screen and (max-width: 768px) {
    #priceTableBody img{
        width:80px;
        height:80px;
    }
}