fixing things with the responsiveness
This commit is contained in:
@@ -12,8 +12,8 @@ export default function Footer() {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="container mx-auto max-w-screen-lg flex md:flex-row flex-col justify-between mt-auto items-center">
|
||||
<span className="ml-20">
|
||||
<div className="container mx-auto max-w-screen-xl flex md:flex-row flex-col justify-between mt-auto items-center">
|
||||
<span>
|
||||
<span className="text-zinc-400 text-sm">Wanna chat? </span>
|
||||
<span
|
||||
className="font-bold text-white cursor-pointer"
|
||||
|
||||
@@ -3,7 +3,7 @@ import { LogoType } from "@nirvana/components/logo/full";
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
<div className="container mx-auto max-w-screen-lg px-10 pt-5 flex flex-row justify-center md:justify-start">
|
||||
<div className="container mx-auto max-w-screen-xl px-10 pt-5 flex flex-row justify-center md:justify-start">
|
||||
<HorizontalLogo type={LogoType.small} />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user