diff options
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/globals.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css index 256a4f5..17ca472 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -443,6 +443,13 @@ pre code { } } +/* create media queries for mobile */ +/* @media (max-width: 768px) { + .theater { + display: none; + } +} */ + /* Hide the default checkbox */ .containers input { position: absolute; |