1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 20:33:06 +05:30

(fixed): searchwindow mobile view opening animation

This commit is contained in:
2023-11-21 22:03:06 +05:30
parent 2e7c6e9225
commit 13c8422e73
2 changed files with 9 additions and 1 deletions

View File

@@ -206,7 +206,7 @@ background: #38BDF8;
}
to {
width: 90vw;
height: 60vh;
height: 45vh;
opacity: 1;
}
}

View File

@@ -918,6 +918,10 @@ video {
height: 100vh;
}
.h-\[45dvh\] {
height: 45dvh;
}
.w-0 {
width: 0px;
}
@@ -1602,6 +1606,10 @@ video {
height: 60vh;
}
.md\:h-\[60dvh\] {
height: 60dvh;
}
.md\:w-\[44vw\] {
width: 44vw;
}