Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKiwi committed Jan 11, 2024
1 parent a45a341 commit cc4c193
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 16 deletions.
5 changes: 5 additions & 0 deletions src/components/Browse.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
background: rgba(255, 255, 255, 0.5);
border-radius: 50%;
filter: blur(200px);

@media (max-width: 900px) {
left: 0;
width: 100%;
}
}

.browse-header {
Expand Down
22 changes: 6 additions & 16 deletions src/components/Community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,14 @@ const uwus: UwuType[] = [
side: -0.05,
size: 0.27,
},
{
top: 0.5,
side: 0.35,
size: 0.1,
},
{
top: 0.65,
side: 0.2,
size: 0.18,
},
{
top: 0.75,
side: 0.5,
top: 0.85,
side: 0.3,
size: 0.1,
},
{
Expand All @@ -127,23 +122,18 @@ const uwus: UwuType[] = [

const mobileUwus: UwuType[] = [
{
top: 0.45,
top: 0.3,
side: -0.05,
size: 0.13,
},
{
top: 0.55,
side: 0.1,
size: 0.07,
},
{
top: 0.63,
side: 0.02,
side: 0,
size: 0.06,
},
{
top: 0.71,
side: 0.067,
top: 0.76,
side: 0.02,
size: 0.07,
},
];
Expand Down

0 comments on commit cc4c193

Please sign in to comment.