// Example: Set width/height for mobile stite
@media screen and (max-width: 768px) {
html {
height: 100vh;
width: 100vw;
position: fixed;
}
}
// Example: Set width/height for mobile stite
@media screen and (max-width: 768px) {
html {
height: 100vh;
width: 100vw;
position: fixed;
}
}