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

(feat): added share option titles

This commit is contained in:
2023-11-27 20:32:52 +05:30
parent d43e96bd4d
commit d950280ef7
2 changed files with 12 additions and 3 deletions

View File

@@ -611,6 +611,14 @@ video {
top: 4.7rem;
}
.bottom-\[10vh\] {
bottom: 10vh;
}
.bottom-\[20vh\] {
bottom: 20vh;
}
.z-10 {
z-index: 10;
}