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

(fixed): letter key symbols size of default search results

This commit is contained in:
2023-11-19 23:35:18 +05:30
parent 76825c5e63
commit 175b9aec9d
2 changed files with 18 additions and 14 deletions

View File

@@ -999,6 +999,10 @@ video {
width: 100vw;
}
.w-\[20px\] {
width: 20px;
}
.rotate-\[15deg\] {
--tw-rotate: 15deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));