fixed tailwind
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/dryrun Pipeline was successful
ci/woodpecker/push/publish-latest Pipeline was successful
ci/woodpecker/push/publish-tag Pipeline was successful

This commit is contained in:
Michael Thomson 2024-06-17 23:40:22 -04:00
parent 6f7bcc9503
commit 3f137e4d68
2 changed files with 1 additions and 17 deletions

View File

@ -554,30 +554,14 @@ video {
--tw-contain-style: ; --tw-contain-style: ;
} }
.static {
position: static;
}
.flex { .flex {
display: flex; display: flex;
} }
.table {
display: table;
}
.flex-col { .flex-col {
flex-direction: column; flex-direction: column;
} }
.content-center {
align-content: center;
}
.items-center {
align-items: center;
}
.border { .border {
border-width: 1px; border-width: 1px;
} }

View File

@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
module.exports = { module.exports = {
content: [ "./**/*.html", "./**/*.templ", "./**/*.go", ], content: [ "./**/*.html", "./**/*.templ" ],
theme: { theme: {
extend: {}, extend: {},
}, },