1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 17:03:01 +05:30

(feat): added basic contact details on contact page

This commit is contained in:
2023-12-09 01:14:44 +05:30
parent 8ad0c7df4d
commit 40fa2a3203
2 changed files with 42 additions and 5 deletions

View File

@@ -907,6 +907,18 @@ video {
margin-top: 1.5rem;
}
.mr-5 {
margin-right: 1.25rem;
}
.mt-14 {
margin-top: 3.5rem;
}
.mb-14 {
margin-bottom: 3.5rem;
}
.flex {
display: flex;
}
@@ -987,6 +999,10 @@ video {
height: 100vh;
}
.h-\[20px\] {
height: 20px;
}
.w-0 {
width: 0px;
}
@@ -1072,6 +1088,10 @@ video {
width: 30%;
}
.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));
@@ -1511,6 +1531,10 @@ video {
font-weight: 700;
}
.font-light {
font-weight: 300;
}
.text-accent_four {
--tw-text-opacity: 1;
color: rgb(172 203 222 / var(--tw-text-opacity));