king
2022-12-27 c78e2e555201789537bf176a349bbb34f8c0ca8f
src/assets/css/main.scss
@@ -472,4 +472,15 @@
  .video-react .video-react-poster {
    background-size: cover;
  }
}
.table-vertical-top {
  table td {
    vertical-align: top;
  }
}
.table-vertical-bottom {
  table td {
    vertical-align: bottom;
  }
}