From 7fc753b99e5d22be76e06eac4e23b67bde2a4b0d Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 13 May 2023 12:45:35 +1000 Subject: [PATCH] Rebuild assets --- public/assets/index.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/public/assets/index.css b/public/assets/index.css index 0235b17..92f919a 100644 --- a/public/assets/index.css +++ b/public/assets/index.css @@ -1172,10 +1172,6 @@ video { width: 1.5rem; } -.w-3 { - width: 0.75rem; -} - .max-w-prose { max-width: 65ch; } @@ -1434,6 +1430,10 @@ video { padding-bottom: 2.5rem; } +.pb-4 { + padding-bottom: 1rem; +} + .pb-8 { padding-bottom: 2rem; } @@ -1446,10 +1446,6 @@ video { padding-top: 1rem; } -.pb-4 { - padding-bottom: 1rem; -} - .text-left { text-align: left; } @@ -1486,10 +1482,6 @@ video { font-size: 0.75rem; } -.text-2xl { - font-size: 1.563rem; -} - .font-bold { font-weight: 700; }