Skip to content

Instantly share code, notes, and snippets.

@hayatbiralem
Created November 8, 2019 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hayatbiralem/dee3166bb6c32c3fb9a04a13b855b2cd to your computer and use it in GitHub Desktop.
Save hayatbiralem/dee3166bb6c32c3fb9a04a13b855b2cd to your computer and use it in GitHub Desktop.
Responsie is not ready!
@media (max-width: 1199px) {
html[lang][class],
html[lang][class] body {
height: calc(100vh - 32px) !important;
margin: 0 !important;
padding: 0 !important;
}
html[lang][class] body * {
display: none !important;
}
html[lang][class] body:before {
position: absolute;
top: 50%;
content: "Responsive is not ready yet.";
display: block;
width: 100%;
padding: 50px;
margin-top: -75px;
text-align: center;
box-sizing: border-box;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment