Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/blogs/blogs-new.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

/* Hero Section */
.blog-hero-section {
padding: 80px 20px 60px;
padding: 48px 40px;
text-align: center;
background: linear-gradient(
135deg,
Expand All @@ -66,7 +66,7 @@
);
position: relative;
overflow: hidden;
min-height: 50vh;
min-height: 150px;
display: flex;
align-items: center;
margin-top: -10px;
Expand Down
Loading