I have tried to divide my code in two, with one being for mobile screens using the code "@media only screen and max-width at 600px", and the other one being for laptops and desktops with the same command, but instead of max 600px, I have it at min-width 601px. This works out in every layout generator I know, but when I copy paste all the code in the About Me section, my profile doesnt adapt well to a mobile screen at all. Is there a better way to do it? Or am I doing something wrong?