aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-10-22 19:43:17 +0700
committerGitHub <[email protected]>2023-10-22 19:43:17 +0700
commitf801f8f422954b884a6541321dba0669ee9d6173 (patch)
treee0d5e106b99e9b4e0a4c4bf7bb0464617db85b8d /styles
parentBump @babel/traverse from 7.22.8 to 7.23.2 (#90) (diff)
downloadmoopa-4.2.0.tar.xz
moopa-4.2.0.zip
Update v4.2.0 (#93)v4.2.0
Diffstat (limited to 'styles')
-rw-r--r--styles/globals.css7
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;