mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-26 12:45:08 +00:00
Merge pull request #16 from Looskie/patch-2
Fix: Fix alignment issue on safari bruh
This commit is contained in:
@@ -96,6 +96,7 @@ const Main = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const Container = styled.div`
|
const Container = styled.div`
|
||||||
|
position: relative;
|
||||||
backdrop-filter: blur(50px);
|
backdrop-filter: blur(50px);
|
||||||
background: rgb(0, 0, 0, 0.18);
|
background: rgb(0, 0, 0, 0.18);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user