Skip to content

Commit 1755801

Browse files
authored
1 parent 093b06d commit 1755801

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/pages/blogs/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,8 @@ export default function Blogs() {
134134
<section className="latest-articles-section">
135135
<div className="articles-container-wrapper">
136136
<div className="articles-main-content">
137-
<div className="blog-search-panel" style={{ padding: '0 0 24px 0', background: 'transparent', border: 'none', boxShadow: 'none' }}>
137+
<div className="blog-search-panel" style={{ padding: '0', background: 'transparent', border: 'none', boxShadow: 'none' }}>
138138
<p className="blog-search-eyebrow">Explore articles</p>
139-
<h2 className="blog-search-title">Find the right guide</h2>
140139
</div>
141140

142141
{searchTerm && (

tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)