I am currently working on a website using Wordpress and I am facing a problem with making the header full-screen while maintaining responsiveness. I want the code to only apply to desktop PCs and tablets, but I am encountering errors such as expected braces and unexpected token. Can anyone help me resolve this issue? Is there a better way to fix this problem? If so, please share your knowledge. Here is the code I am referring to:
@media only screen and (min-width:768px){
min-height: 100vh;
display: flex;
flex-direction: column;
}