We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eea400 commit 37c93e3Copy full SHA for 37c93e3
app/(interview)/interview/layout.tsx
@@ -7,8 +7,8 @@ export const metadata = {
7
8
function SmallScreenOverlay() {
9
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">
+ <div className="fixed inset-0 z-50 flex items-center justify-center p-8 backdrop-blur-sm md:hidden">
+ <div className=" text-2xl font-semibold">
12
<p>
13
To view this content, please maximize the window or try again on a
14
device with a larger screen.
0 commit comments