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

(feat): added search results category title and also the search string is now displayed

This commit is contained in:
2023-11-19 00:51:23 +05:30
parent fcec83f1e7
commit f66655cdc0
2 changed files with 35 additions and 6 deletions

View File

@@ -914,6 +914,10 @@ video {
height: 100vh;
}
.h-\[50vh\] {
height: 50vh;
}
.w-0 {
width: 0px;
}