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; }