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

(feature): implemented coming soon banner on blog page

This commit is contained in:
2023-11-02 20:25:15 +05:30
parent 146c634870
commit 1a239796b6
3 changed files with 61 additions and 3 deletions

View File

@@ -669,6 +669,21 @@ video {
margin-bottom: 0.30rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
.my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.my-36 {
margin-top: 9rem;
margin-bottom: 9rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
@@ -813,6 +828,30 @@ video {
margin-top: 2.2rem;
}
.mb-40 {
margin-bottom: 10rem;
}
.mt-36 {
margin-top: 9rem;
}
.mb-44 {
margin-bottom: 11rem;
}
.mb-60 {
margin-bottom: 15rem;
}
.mt-44 {
margin-top: 11rem;
}
.mt-40 {
margin-top: 10rem;
}
.flex {
display: flex;
}
@@ -865,6 +904,18 @@ video {
height: 100vh;
}
.h-\[50vh\] {
height: 50vh;
}
.min-h-\[50vh\] {
min-height: 50vh;
}
.min-h-screen {
min-height: 100vh;
}
.w-0 {
width: 0px;
}
@@ -1190,6 +1241,10 @@ video {
padding-bottom: 0.30rem;
}
.text-center {
text-align: center;
}
.font-cormorant {
font-family: "Cormorant Upright", serif;
}