responsive ness>?

This commit is contained in:
Arjun Patel
2022-01-21 00:00:46 -08:00
parent 02c79949d0
commit 339581ca59
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default function Announcements(props: IVoiceDemoProps) {
return (
<section
className={`p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md absolute right-0 backdrop-blur-xl ${
className={`p-5 flex flex-col bg-gray-100 bg-opacity-25 rounded-lg shadow-md -translate-x-32 backdrop-blur-xl ${
isAnnouncementsTurn ? " z-20 " : "blur-sm"
}`}
>