From 228a457518c5ce85598b572abc5c31e53030369b Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 11 Feb 2025 17:25:36 -0500 Subject: [PATCH] Remove dup css styles --- css/style.css | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 css/style.css diff --git a/css/style.css b/css/style.css deleted file mode 100644 index 0826b2af..00000000 --- a/css/style.css +++ /dev/null @@ -1,30 +0,0 @@ -/* - For screens below 576px (xs): - - Make the button full-width, display:block -*/ -@media (max-width: 575.98px) { - .btn-responsive { - display: block; - width: 100%; - } -} - -/* - For screens 576px (sm) and above: - - Revert to an inline style -*/ -@media (min-width: 576px) { - .btn-responsive { - display: inline-block; - width: auto; - } -} - - -.grab-cursor { - cursor: grab; -} - -.grab-cursor:active { - cursor: grabbing; -}