1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-20 04:39:34 +05:30

(feat): initialised basic share window popup

This commit is contained in:
2023-11-22 23:58:45 +05:30
parent 5fe1a3ae5c
commit 4809a012c4
3 changed files with 14 additions and 0 deletions

View File

@@ -595,6 +595,10 @@ video {
top: 10rem;
}
.top-\[10vh\] {
top: 10vh;
}
.top-\[20\.5rem\] {
top: 20.5rem;
}
@@ -607,6 +611,10 @@ video {
top: 4.7rem;
}
.top-\[20vh\] {
top: 20vh;
}
.z-10 {
z-index: 10;
}