Skip to content

Commit

Permalink
feat: add mobile responsive ui
Browse files Browse the repository at this point in the history
  • Loading branch information
nobleknightt committed Sep 11, 2024
1 parent b7e4c13 commit 66b4779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function App() {
}

return (
<div className="h-screen w-screen grid grid-cols-2 gap-2 p-2 dark:bg-[rgb(30,30,30)]">
<div className="h-screen w-screen grid grid-cols-1 grid-rows-[80%_20%] md:grid-cols-2 md:grid-rows-1 gap-2 p-2 dark:bg-[rgb(30,30,30)]">
<div className="flex flex-col w-full h-full">
<div className="w-full min-h-8 flex gap-2 items-center justify-between">
<div className="h-full w-fit flex items-center justify-center rounded-t border-2 border-b-0 bg-neutral-100 dark:bg-[rgb(30,30,30)] dark:text-white">
Expand Down

0 comments on commit 66b4779

Please sign in to comment.