docs: refine UI styling and remove loglib

This commit is contained in:
Bereket Engida
2025-03-08 20:05:50 +03:00
parent b5f638ca45
commit ebcf8c907c
8 changed files with 24 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ import { Logo } from "./logo";
export const Navbar = () => {
return (
<div className="flex flex-col sticky top-0 bg-background backdrop-blur-md z-30 dark:bg-black/[0.95]">
<div className="flex flex-col sticky top-0 bg-background backdrop-blur-md z-30 ">
<nav className="md:grid grid-cols-12 md:border-b top-0 flex items-center justify-between ">
<Link
href="/"