1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 23:59:35 +05:30

(feat): made page titles dynamic

This commit is contained in:
2023-11-22 23:49:21 +05:30
parent 13c8422e73
commit 5fe1a3ae5c
6 changed files with 14 additions and 12 deletions

View File

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