ignore tailwind

This commit is contained in:
pacnpal
2024-11-13 16:45:09 +00:00
parent f011d58c6d
commit 96341bfd82
2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

@@ -34,3 +34,4 @@ thrillwiki/__pycache__/urls.cpython-312.pyc
thrillwiki/__pycache__/views.cpython-312.pyc thrillwiki/__pycache__/views.cpython-312.pyc
.pytest_cache.github .pytest_cache.github
static/css/tailwind.css static/css/tailwind.css
static/css/tailwind.css

View File

@@ -2535,6 +2535,10 @@ select {
max-width: 80rem; max-width: 80rem;
} }
.max-w-\[800px\] {
max-width: 800px;
}
.max-w-lg { .max-w-lg {
max-width: 32rem; max-width: 32rem;
} }
@@ -2547,10 +2551,6 @@ select {
max-width: none; max-width: none;
} }
.max-w-\[800px\] {
max-width: 800px;
}
.flex-1 { .flex-1 {
flex: 1 1 0%; flex: 1 1 0%;
} }