Version of ALPS for Wordpress
alps-wordpress-v3.15.3.8
Describe the bug
.c-article style is too norow for ipad portret mode within main-bluejay.css
To Reproduce
Steps to reproduce the behavior:
Responsive dimensions (iPad Portret mode - media query (max-width: 900px) .c-article has improper value
width: calc(57.1428571429vw - .01px);
Expected behavior
value for width should be at least like the ones in @media (max-width: 900px) and (min-width: 501px)
Screenshots

Version of ALPS for Wordpress
alps-wordpress-v3.15.3.8
Describe the bug
.c-article style is too norow for ipad portret mode within main-bluejay.css
To Reproduce
Steps to reproduce the behavior:
Responsive dimensions (iPad Portret mode - media query (max-width: 900px) .c-article has improper value
width: calc(57.1428571429vw - .01px);
Expected behavior
value for width should be at least like the ones in @media (max-width: 900px) and (min-width: 501px)
Screenshots