Skip to content

Commit f48f182

Browse files
fix: title text under logo on mobile devices
1 parent 538756b commit f48f182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/TopNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const TopNav = () => {
3939
height={50}
4040
width={200}
4141
/>
42-
<p className={`windowWidth < 640 ? "text-md" : "text-lg"`}>
42+
<p className={`${windowWidth < 768 ? "text-sm" : "text-xl"}`}>
4343
🧪 Practice Exams Platform
4444
</p>
4545
</div>

public/sw.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)