adding to staff

This commit is contained in:
Chris Cochrun 2025-05-22 07:27:46 -05:00
parent 532f417ff4
commit 52778d94b7
6 changed files with 16 additions and 3 deletions

View file

@ -680,6 +680,12 @@
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
}
.place-self-center {
place-self: center;
}
.self-center {
align-self: center;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
@ -824,6 +830,9 @@
.px-6 {
padding-inline: calc(var(--spacing) * 6);
}
.px-20 {
padding-inline: calc(var(--spacing) * 20);
}
.py-0 {
padding-block: calc(var(--spacing) * 0);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB