diff --git a/.gitignore b/.gitignore index a0f5de7d..d3439f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ thrillwiki/__pycache__/urls.cpython-312.pyc thrillwiki/__pycache__/views.cpython-312.pyc .pytest_cache.github static/css/tailwind.css +static/css/tailwind.css diff --git a/static/css/tailwind.css b/static/css/tailwind.css index 0c48a39b..bc91f780 100644 --- a/static/css/tailwind.css +++ b/static/css/tailwind.css @@ -2535,6 +2535,10 @@ select { max-width: 80rem; } +.max-w-\[800px\] { + max-width: 800px; +} + .max-w-lg { max-width: 32rem; } @@ -2547,10 +2551,6 @@ select { max-width: none; } -.max-w-\[800px\] { - max-width: 800px; -} - .flex-1 { flex: 1 1 0%; }