I'm having trouble with a media query problem.
In the PROJECTS section, I would like to display 3 Cards. To achieve this, I need to HIDE card 4 on DESKTOP.
On Mobile devices, I want the second card (Alias Photography) to appear FIRST, so I need to hide card 1.
For screens smaller than 575px, I have set card-1 to display:none. This is currently working as intended.
However, when the screen size goes beyond 575px, the display:none property on card-4 does not work as expected. I believe it may be an issue with my code.
If anyone could take a look at my website and inspect the code to see what might be causing this issue, I would greatly appreciate it. Below is the link to my current website:
www.oliver-stott.co.uk