From ff52be50da642f5760b98fb6f2ce31265da828a1 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Mon, 5 Feb 2024 10:15:35 -0800 Subject: [PATCH] fix mobile css --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 097dd61..ed7116e 100644 --- a/index.html +++ b/index.html @@ -206,6 +206,10 @@ .other { margin-right: 0; } + .others { + grid-auto-columns: initial; + } + tr { display: flex; max-width: 100%;