How to change the number of columns in textarea for a specific screen size? (in my case "@media (min-width: 768px) and (max-width: 970px)"). Just at this size, the field goes beyond the block, you need to reduce the number of columns. How can this be implemented using JavaScript? Thank.