Skip to content

Commit

Permalink
style(home): add margin to services section
Browse files Browse the repository at this point in the history
  • Loading branch information
javierhersan committed Jun 18, 2024
1 parent 872040b commit b45b258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function Home() {
</div>

{/* Services Section */}
<span id='services'></span>
<span id='services' className='m-1'></span>
<HorizontalScrolling />

{/* About Section */}
Expand Down Expand Up @@ -134,7 +134,7 @@ export default function Home() {
Javier Hernández Sánchez
</h3>
<p className='text-sm text-gray-500 dark:text-gray-400'>
CEO
CEO and CTO
</p>
<div>
<Link
Expand Down

0 comments on commit b45b258

Please sign in to comment.