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

(feat/refactor): added qr sharing feature notes and minor styling fixes

This commit is contained in:
2023-11-29 21:28:57 +05:30
parent ddb3e1f92d
commit 1613b99389
2 changed files with 23 additions and 19 deletions

View File

@@ -579,6 +579,10 @@ video {
right: 0px;
}
.right-3 {
right: 0.75rem;
}
.right-\[3\.3rem\] {
right: 3.3rem;
}
@@ -591,6 +595,10 @@ video {
top: 0px;
}
.top-3 {
top: 0.75rem;
}
.top-\[-2\.5rem\] {
top: -2.5rem;
}
@@ -611,18 +619,6 @@ video {
top: 4.7rem;
}
.right-3 {
right: 0.75rem;
}
.top-3 {
top: 0.75rem;
}
.right-4 {
right: 1rem;
}
.z-10 {
z-index: 10;
}
@@ -1035,6 +1031,18 @@ video {
width: 100vw;
}
.w-\[40\%\] {
width: 40%;
}
.w-\[\] {
width: ;
}
.max-w-\[97\%\] {
max-width: 97%;
}
.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));
@@ -1253,11 +1261,6 @@ video {
background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-bg_third {
--tw-bg-opacity: 1;
background-color: rgb(38 51 74 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}