From 96341bfd82a2d6b824908b053583d09f836ff7c5 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Wed, 13 Nov 2024 16:45:09 +0000 Subject: [PATCH] ignore tailwind --- .gitignore | 1 + static/css/tailwind.css | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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%; }