diff --git a/src/components/Notifs/Notifs.tsx b/src/components/Notifs/Notifs.tsx index b7519cfa..409f80b8 100644 --- a/src/components/Notifs/Notifs.tsx +++ b/src/components/Notifs/Notifs.tsx @@ -53,7 +53,7 @@ const Notifs: React.FC = () => { } const StyledBox = styled.div` - width: 30em !important; + max-width: 35em !important; position: fixed; bottom: 3em; left: 20px;