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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user