Skip to content

Commit

Permalink
Merge pull request #25 from ruru-m07/bug/docs
Browse files Browse the repository at this point in the history
fix(docs): make docs mobile responsive
  • Loading branch information
ruru-m07 authored Aug 8, 2024
2 parents b59142d + a536162 commit ef69ac1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions apps/www/app/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
@tailwind components;
@tailwind utilities;

#nd-subnav {
display: none;
}

.ui {
--primary: var(--ui-color);
}
Expand Down
1 change: 0 additions & 1 deletion apps/www/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { RootProvider } from "fumadocs-ui/provider";
import type { Viewport } from "next";
import { GeistSans } from "geist/font/sans";
import type { ReactNode } from "react";
import "ruru-ui/style.css";
import "fumadocs-ui/style.css";

export const metadata = createMetadata({
Expand Down

0 comments on commit ef69ac1

Please sign in to comment.