Skip to content

Commit ac0c3db

Browse files
fix: reduce excessive spacing in blog header
1 parent 879f6b2 commit ac0c3db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/pages/blogs/blogs-new.css

Lines changed: 1 addition & 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,6 @@
6666
);
6767
position: relative;
6868
overflow: hidden;
69-
min-height: 50vh;
7069
display: flex;
7170
align-items: center;
7271
margin-top: -10px;

0 commit comments

Comments
 (0)