From 34d77cd777bd44d7bfe0e3ab3379f9be256ca88b Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Sun, 9 Nov 2025 09:56:59 +0100 Subject: Moved to javascript codebase --- app/static/custom.css | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 app/static/custom.css (limited to 'app/static/custom.css') diff --git a/app/static/custom.css b/app/static/custom.css deleted file mode 100644 index a5ca36f..0000000 --- a/app/static/custom.css +++ /dev/null @@ -1,34 +0,0 @@ -button, input, select { - width: 100%; - height: 100%; -} -td { - width: 20%; -} -.grid { - margin-top: 20px; - margin-bottom: 20px; -} -footer { - text-align: center; -} -.parent, .timer { - display: grid; - grid-column-gap: 20px; - grid-row-gap: 20px; - margin-top: 20px; - margin-bottom: 20px; - grid-auto-columns: 1fr; - grid-auto-rows: 1fr; -} -@media (min-width: 900px) { - table { - font-size: xx-large; - } - .parent { - grid-template-columns: repeat(4, 1fr); - } - .timer { - grid-template-columns: 4fr repeat(2, 1fr); - } -} -- cgit v1.3.1