aboutsummaryrefslogtreecommitdiff
path: root/app/static/custom.css
diff options
context:
space:
mode:
authorKaran Jayachandra <me@karanj.com>2025-11-14 18:10:49 +0100
committerKaran Jayachandra <me@karanj.com>2025-11-14 18:10:49 +0100
commit202cf761e5162720f25521a75ae7cd6a4e0e5456 (patch)
tree0e57324bc72629cba3ed817b3439780f6959e509 /app/static/custom.css
parent90390365bd93a4ee086c2931bb70ffa571a726b9 (diff)
parent56eb065a8165b3f508a35734adbb00c76bee012a (diff)
Merge branch 'develop' into 'main'
Develop See merge request KaranJayachandra/match_up!21
Diffstat (limited to 'app/static/custom.css')
-rw-r--r--app/static/custom.css34
1 files changed, 0 insertions, 34 deletions
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);
- }
-}