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

(fixed): search window height to be adjusted based on content

This commit is contained in:
2024-03-16 23:34:12 +05:30
parent d657448268
commit d3a69f97a7
2 changed files with 9 additions and 1 deletions

View File

@@ -1054,6 +1054,10 @@ video {
height: 100vh;
}
.max-h-\[45vh\] {
max-height: 45vh;
}
.w-0 {
width: 0px;
}
@@ -1976,6 +1980,10 @@ video {
height: 60vh;
}
.md\:max-h-\[60vh\] {
max-height: 60vh;
}
.md\:w-\[150px\] {
width: 150px;
}