diff --git a/web/index.html b/web/index.html index 76c02f1..76ae0cf 100644 --- a/web/index.html +++ b/web/index.html @@ -33,7 +33,7 @@ Choose how to receive the notifications: -
+
Email diff --git a/web/tailwind.output.css b/web/tailwind.output.css index fc7bac6..03c2c3e 100644 --- a/web/tailwind.output.css +++ b/web/tailwind.output.css @@ -588,10 +588,6 @@ video { position: sticky; } -.col-span-2 { - grid-column: span 2 / span 2; -} - .float-right { float: right; } @@ -824,10 +820,6 @@ video { min-width: 64px; } -.max-w-\[280px\] { - max-width: 280px; -} - .max-w-\[320px\] { max-width: 320px; }