Skip to content

Commit f2638ed

Browse files
committed
🚑 correct css rule
1 parent 59d85e0 commit f2638ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/mobile/MobileScreen.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const ScreenWrapper = styled.div`
1010
1111
border-radius: ${remSize(4)};
1212
width: 90%;
13-
bottom: unset;
13+
top: unset;
1414
bottom: ${remSize(64)}
1515
}
1616
`;

0 commit comments

Comments
 (0)