posted 1753644914
Forum: HTML Group
View Topics View Profile
My layout looks right when on the computer but when going on my phone it’s all messed up or what I see on other peoples profile unnavigable, how do I make it look right and function for both PC and mobile screens?
Report Topic
Sort Replies: Oldest Newest Newest Oldest
posted 1753828422
@media(max-width: 600px) {
element { whatever u wanna change }
}
Permalink Report Reply
posted 1754530454
Thank you!