feat: update mobile layout, fixes
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
export function BlogWrapper({ children }: React.PropsWithChildren) {
|
||||
return (
|
||||
<div className="flex flex-col items-center">
|
||||
<div className="w-5/6 xl:w-1/2 2xl:w-1/3">{children}</div>
|
||||
</div>
|
||||
);
|
||||
}
|
@@ -1,6 +1,6 @@
|
||||
export function Notbyai() {
|
||||
return (
|
||||
<div className="fixed m-3 bottom-0 right-0">
|
||||
<div className="flex flex-col items-center">
|
||||
<a href="https://notbyai.fyi/" target="_blank">
|
||||
<img src="https://user-images.githubusercontent.com/62137266/225653923-a69103f5-b318-4e52-9ea1-95b61d388366.svg" />
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user