Skip to content

Commit f7f7235

Browse files
authored
Merge pull request #1603 from ManikaAgarwal02/fix-blog-header-spacing
Fix blog header spacing
2 parents 4ac8fbb + 80acdb3 commit f7f7235

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/blogs/blogs-new.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
/* Hero Section */
5757
.blog-hero-section {
58-
padding: 80px 20px 60px;
58+
padding: 48px 40px;
5959
text-align: center;
6060
background: linear-gradient(
6161
135deg,
@@ -66,7 +66,7 @@
6666
);
6767
position: relative;
6868
overflow: hidden;
69-
min-height: 50vh;
69+
min-height: 150px;
7070
display: flex;
7171
align-items: center;
7272
margin-top: -10px;

0 commit comments

Comments
 (0)