Compare commits

..

2 Commits

Author SHA1 Message Date
0c5d92611f [fix] replace pe to pr 2025-08-17 19:06:39 +02:00
8194e62abb [deps] add tailwindcss/postcss 2025-08-17 19:05:41 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.1.12",
"@tailwindcss/typography": "^0.5.0", "@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
"cssnano": "^5.0.13", "cssnano": "^5.0.13",

View File

@ -51,7 +51,7 @@ div.organization i {
} }
ul.highlights { ul.highlights {
@apply pe-4; @apply pr-4;
} }
ul.highlights li { ul.highlights li {
@apply text-center; @apply text-center;