1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 01:09:35 +05:30

(feat): added api link sharing for: fb, twitter, whatsapp, telegram

This commit is contained in:
2023-11-26 22:41:33 +05:30
parent 6516dedd15
commit aa1ce2edde
2 changed files with 13 additions and 6 deletions

View File

@@ -946,6 +946,10 @@ video {
height: 3rem;
}
.h-10 {
height: 2.5rem;
}
.w-0 {
width: 0px;
}
@@ -1047,6 +1051,10 @@ video {
width: 3rem;
}
.w-10 {
width: 2.5rem;
}
.rotate-\[15deg\] {
--tw-rotate: 15deg;
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));