Skip to content

Commit 37c93e3

Browse files
committed
adjust breakpoint
1 parent 5eea400 commit 37c93e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/(interview)/interview/layout.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export const metadata = {
77

88
function SmallScreenOverlay() {
99
return (
10-
<div className="fixed inset-0 z-50 flex items-center justify-center p-8 backdrop-blur-sm sm:hidden">
11-
<div className=" text-2xl font-semibold text-primary-foreground">
10+
<div className="fixed inset-0 z-50 flex items-center justify-center p-8 backdrop-blur-sm md:hidden">
11+
<div className=" text-2xl font-semibold">
1212
<p>
1313
To view this content, please maximize the window or try again on a
1414
device with a larger screen.

0 commit comments

Comments
 (0)