Skip to content

Commit 13578a2

Browse files
authored
fix: changed footer alignment (#239)
1 parent faf1a09 commit 13578a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/components/pages/contact/index.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,7 @@ export default function Contact() {
129129
</form>
130130
</div>
131131
</section>
132-
133-
<div className=" bottom-0 fixed w-full">
134-
<Footer />
135-
</div>
132+
<Footer />
136133
</div>
137134
);
138135
}

0 commit comments

Comments
 (0)