adding to staff
This commit is contained in:
parent
532f417ff4
commit
52778d94b7
6 changed files with 16 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
BIN
static/processed_images/featured.d50b038cf4f10278.jpg
Normal file
BIN
static/processed_images/featured.d50b038cf4f10278.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 97 KiB |
BIN
static/processed_images/featured.e222df5dd0df816d.jpg
Normal file
BIN
static/processed_images/featured.e222df5dd0df816d.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
Loading…
Add table
Add a link
Reference in a new issue