Skip to content

Commit

Permalink
Merge pull request #134 from Aman-Manwani/fixed_theme_btn
Browse files Browse the repository at this point in the history
fixed ThemeBtn in md Screens
  • Loading branch information
Suvraneel committed Jun 29, 2023
2 parents f457dc4 + fbd40a9 commit ffe5a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function Home() {
</div>
</div>
<SocialFollow />
<div className="absolute object-right text-xs text-right right-1 dark:bg-primary_orange-0 px-2 animate-pulse py-2 rounded-full opacity-80 bg-black top-20 md:hidden">
<div className="absolute object-right text-xs text-right right-1 dark:bg-primary_orange-0 px-2 animate-pulse py-2 rounded-full opacity-80 bg-black top-20 lg:hidden">
<ThemeChanger />
</div>
<div className="container transition-colors mx-auto mt-12 mb-0 md:mb-12 p-8 sm:px-10 md:px-12 lg:px-40 2xl:px-50 dark:bg-darkmode_gray-0 dark:transition-colors ">
Expand Down

0 comments on commit ffe5a94

Please sign in to comment.