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

(feat): added no results found message

This commit is contained in:
2023-11-17 22:08:39 +05:30
parent 9bd71fd132
commit 02834eb5f6
4 changed files with 25 additions and 7 deletions

View File

@@ -936,6 +936,14 @@ video {
height: 100vh;
}
.h-\[57vh\] {
height: 57vh;
}
.h-\[59vh\] {
height: 59vh;
}
.w-0 {
width: 0px;
}