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

(feat): initialised basic share button functions

This commit is contained in:
2023-11-21 21:35:59 +05:30
parent f7f30d34f3
commit 670d6ecc06
3 changed files with 36 additions and 24 deletions

View File

@@ -874,6 +874,10 @@ video {
height: 200px;
}
.h-\[27px\] {
height: 27px;
}
.h-\[2px\] {
height: 2px;
}
@@ -914,18 +918,6 @@ video {
height: 100vh;
}
.h-\[20px\] {
height: 20px;
}
.h-\[25px\] {
height: 25px;
}
.h-\[27px\] {
height: 27px;
}
.w-0 {
width: 0px;
}
@@ -942,6 +934,10 @@ video {
width: 250px;
}
.w-\[27px\] {
width: 27px;
}
.w-\[300px\] {
width: 300px;
}
@@ -995,18 +991,6 @@ video {
width: 100vw;
}
.w-\[20px\] {
width: 20px;
}
.w-\[25px\] {
width: 25px;
}
.w-\[27px\] {
width: 27px;
}
.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));