Added package-lock.json

This commit is contained in:
Francisco Pessano
2025-07-13 20:05:28 -03:00
committed by GitHub
parent d0299ca1a1
commit 5872e1b686
14 changed files with 7857 additions and 1 deletions

View File

@@ -117,4 +117,11 @@
body {
@apply bg-background text-foreground;
}
.line-clamp-3 {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
}