Https://www.freecodecamp.org/learn/2022/responsive-web-design/#learn-responsive-web-design-by-building-a-piano

Step 26 - Now you need to make it responsive. Add a @media query with a max-width of 768px

What is the solution here? And how do you search these forums to see if this has already been asked?

Please edit your post and add your code and the step link

media queries look like this:

@media (max-width: 768px){

}

normally, you can just search this forum with the magnifier icon in the top right corner, for example with the step you’re having issues with or the precise error you get. like this, you can find multiple people with the exact same question or the official guide, for example here:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.