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

(refactor): updated contact number and switched to copy only mode

This commit is contained in:
2024-03-29 00:26:13 +05:30
parent 80aa139cfc
commit f3d78ebd3e
2 changed files with 16 additions and 1 deletions

View File

@@ -1465,6 +1465,10 @@ video {
background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.bg-accent_primary_transparent {
background-color: rgba(56, 189, 248, 0.30);
}
.bg-gradient-to-r {
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
@@ -1603,6 +1607,16 @@ video {
padding-bottom: 0.30rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-\[0\.20rem\] {
padding-top: 0.20rem;
padding-bottom: 0.20rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}