Bump version to 0.2.3

This commit is contained in:
Jon Staab
2025-01-16 08:41:20 -08:00
parent 01c4219922
commit c387b65460
4 changed files with 11 additions and 5 deletions
+6
View File
@@ -123,6 +123,12 @@
@apply ellipsize;
}
@media (max-width: 639px) {
[data-tip]::before {
display: none;
}
}
.content-padding-x {
@apply px-4 sm:px-8 md:px-12;
}