When one presses the Ctrl +/- button, it scales a webpage. But the proportions are entirely maintained.
When I do:
transform: scale(x)
The proportions are not maintained. What do I need to do in order to main the proportions?