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

(feat): added share window opening animation and minnor icon styling fix

This commit is contained in:
2023-11-24 21:33:27 +05:30
parent 4809a012c4
commit 63e53fc773
4 changed files with 49 additions and 13 deletions

View File

@@ -595,14 +595,14 @@ video {
top: 10rem;
}
.top-\[10vh\] {
top: 10vh;
}
.top-\[20\.5rem\] {
top: 20.5rem;
}
.top-\[20vh\] {
top: 20vh;
}
.top-\[30vh\] {
top: 30vh;
}
@@ -611,10 +611,6 @@ video {
top: 4.7rem;
}
.top-\[20vh\] {
top: 20vh;
}
.z-10 {
z-index: 10;
}
@@ -1293,6 +1289,11 @@ video {
padding-bottom: 0.30rem;
}
.px-\[0\.85rem\] {
padding-left: 0.85rem;
padding-right: 0.85rem;
}
.text-center {
text-align: center;
}
@@ -1613,6 +1614,10 @@ video {
.md\:w-\[44vw\] {
width: 44vw;
}
.md\:w-\[50vw\] {
width: 50vw;
}
}
@media (min-width: 1024px) {