Add pinboard syndication icon

This commit is contained in:
2023-02-01 21:31:57 +11:00
parent 9309c2c104
commit 59a59379cf
4 changed files with 30 additions and 0 deletions

View File

@@ -1036,6 +1036,10 @@ video {
width: 0.5rem;
}
.w-4 {
width: 1rem;
}
.max-w-prose {
max-width: 65ch;
}
@@ -1060,6 +1064,11 @@ video {
flex-basis: 40%;
}
.-rotate-45 {
--tw-rotate: -45deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.items-center {
align-items: center;
}