From e83d3a9c34588eea055676b3dec5d949c74035f3 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Tue, 2 May 2023 20:29:22 +1000 Subject: [PATCH] Rebuild assets --- public/assets/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/assets/index.css b/public/assets/index.css index a95ea06..f3fc9fa 100644 --- a/public/assets/index.css +++ b/public/assets/index.css @@ -1080,6 +1080,10 @@ video { display: flex; } +.table { + display: table; +} + .grid { display: grid; } @@ -1164,6 +1168,10 @@ video { flex-basis: 40%; } +.table-auto { + table-layout: auto; +} + .-rotate-45 { --tw-rotate: -45deg; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));