Skip to content

Commit 6a059ad

Browse files
committed
fix margins in ethindia logo
1 parent 94b5fcd commit 6a059ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sections/HeroSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default function HeroSection() {
6868
>
6969
<div className="container-custom relative z-10">
7070
<div
71-
className="absolute top-0 right-14 hidden md:flex items-center gap-3 z-30"
71+
className="absolute top-0 right-7 hidden md:flex items-center gap-3 z-30"
7272
style={{
7373
background: 'rgba(255,255,255,0.04)',
7474
border: '1px solid rgba(255,255,255,0.06)',

0 commit comments

Comments
 (0)