From f801f8f422954b884a6541321dba0669ee9d6173 Mon Sep 17 00:00:00 2001 From: Factiven Date: Sun, 22 Oct 2023 19:43:17 +0700 Subject: Update v4.2.0 (#93) --- styles/globals.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'styles') 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; -- cgit v1.2.3