Hi guys, I’m new here, I’m creating a login screen for my project
basically the page is in line and I have two views 50% left 50% right as in the example below.
However, I want if the width of the current page is less than 768, the row left will be invisible, what is the best way to do this?
I didn’t find any element that, to find out the width of the current page dynamically, I wanted to do a conditional like:
width >768 this container left is visible