Commit db2a4040 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

fix: position align in footer;

parent 9df6c585
...@@ -4,7 +4,7 @@ import React from "react"; ...@@ -4,7 +4,7 @@ import React from "react";
export default function Footer() { export default function Footer() {
return ( return (
<Box sx={{ p: 3, display: "flex", justifyContent: "end" }}> <Box sx={{ p: 3, display: "flex", justifyContent: "end" , alignItems: "center"}}>
<a <a
className="flex items-center text-slate-800 font-medium no-underline hover:underline md:mx-5" className="flex items-center text-slate-800 font-medium no-underline hover:underline md:mx-5"
href="https://github.com/nawasan111/final-exam" href="https://github.com/nawasan111/final-exam"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment