Skip to content

Commit

Permalink
chore: fix mobile css
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Dec 18, 2024
1 parent 1aa2525 commit 6be2c60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default {
alt="Blogs Icon"
style="width: 16px; height: 16px;"
/>
<span class="text-content-small font-medium">Blogs</span>
<span class="text-content-tiny font-bold lg:text-content-small lg:font-medium">Blogs</span>
</div>`,
},
{
Expand All @@ -141,7 +141,7 @@ export default {
alt="Releases Icon"
style="width: 16px; height: 16px;"
/>
<span class="text-content-small font-medium">Releases</span>
<span class="text-content-tiny font-bold lg:text-content-small lg:font-medium">Releases</span>
</div>`,
},
],
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{js,jsx,ts,tsx,md,mdx}", "./docs/**/*.{md,mdx}"],
content: ["./src/**/*.{js,jsx,ts,tsx,md,mdx}", "./docs/**/*.{md,mdx}", "./docusaurus.config.ts"],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit 6be2c60

Please sign in to comment.