detail.css 325 B

1234567891011121314151617181920212223
  1. a {
  2. color: #111111;
  3. }
  4. #post-preview{
  5. color: #0085A1;
  6. }
  7. .sidebar {
  8. will-change: min-height;
  9. }
  10. .sidebar__inner {
  11. transform: translate(0, 0);
  12. transform: translate3d(0, 0, 0);
  13. will-change: position, transform;
  14. }
  15. .text-slider-items {
  16. display: none !important;
  17. }
  18. img{
  19. max-width: 100%!important;
  20. }