From 6209e74f6211cd09090f331b0b74bb351254f328 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 18 Feb 2023 21:30:50 +1100 Subject: [PATCH] Rebuild assets --- public/assets/index.css | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/public/assets/index.css b/public/assets/index.css index f25f640..2690659 100644 --- a/public/assets/index.css +++ b/public/assets/index.css @@ -1040,8 +1040,8 @@ video { height: 4rem; } -.w-48 { - width: 12rem; +.w-36 { + width: 9rem; } .w-16 { @@ -1060,18 +1060,6 @@ video { width: 1rem; } -.w-44 { - width: 11rem; -} - -.w-32 { - width: 8rem; -} - -.w-36 { - width: 9rem; -} - .max-w-prose { max-width: 65ch; } @@ -1096,10 +1084,6 @@ video { flex-basis: 40%; } -.basis-3\/5 { - flex-basis: 60%; -} - .-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)); @@ -1583,16 +1567,6 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { --tw-shadow: var(--tw-shadow-colored); } - .dark\:shadow-pink-400 { - --tw-shadow-color: #f472b6; - --tw-shadow: var(--tw-shadow-colored); - } - - .dark\:shadow-pink-600 { - --tw-shadow-color: #db2777; - --tw-shadow: var(--tw-shadow-colored); - } - .dark\:selection\:bg-blue-600 *::-moz-selection { --tw-bg-opacity: 1; background-color: rgb(37 99 235 / var(--tw-bg-opacity));