From f82c0772cb0053f952e81820b0ca5b699369d854 Mon Sep 17 00:00:00 2001 From: collidingScopes <166117863+collidingScopes@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:02:47 -0400 Subject: [PATCH] test new input table formatting --- index.html | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9905471..2b414e1 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@
- Colliding Scopes + Colliding Scopes [TEST] Turn photos into kaleidoscope animations
diff --git a/style.css b/style.css index 0094dc3..5602885 100644 --- a/style.css +++ b/style.css @@ -268,7 +268,7 @@ td { font-size:0.90em; text-align: center; min-width: 280px; - width:100vw; + width:80vw; max-width: 350px; margin-top: 15px; margin-bottom: 15px;