CSS zoom всё 🙊
Хром решил прекратить поддержку свойства CSS zoom из-за малочисленного использования
Как альтернативу предлагают использовать transform: scale()
The non-standard zoom CSS property can be used to control the magnification level of an element. transform: scale() should be used instead of this property, if possible. However, unlike CSS Transforms, zoom affects the layout size of the element.