Skip to content

Commit

Permalink
Fix bubbles on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodiaslobo committed Oct 11, 2023
1 parent 0e70416 commit b842a48
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
19 changes: 14 additions & 5 deletions components/Background/index.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
export default function Background() {
return (
<div className="wrap overflow-hidden opacity-30 select-none sm:block hidden">
<div className="wrap overflow-hidden opacity-30 select-none block">
<object className="shape x1" data="/images/props/shapes_3.svg" />
<object className="shape x2" data="/images/props/shapes_2.svg" />
<object className="shape x3" data="/images/props/shapes_3.svg" />
<object
className="shape x3 hidden sm:block"
data="/images/props/shapes_1.svg"
/>
<object className="shape x4" data="/images/props/shapes_3.svg" />
<object className="shape x5" data="/images/props/shapes_2.svg" />
<object className="shape x6" data="/images/props/shapes_3.svg" />
<object
className="shape x5 hidden sm:block"
data="/images/props/shapes_2.svg"
/>
<object
className="shape x6 hidden sm:block"
data="/images/props/shapes_3.svg"
/>
<object className="shape x7" data="/images/props/shapes_2.svg" />
<object className="shape x8" data="/images/props/shapes_2.svg" />
<object className="shape x8" data="/images/props/shapes_1.svg" />
<object className="shape x9" data="/images/props/shapes_3.svg" />
<object className="shape x10" data="/images/props/shapes_2.svg" />
</div>
Expand Down
1 change: 1 addition & 0 deletions public/images/props/shapes_1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b842a48

Please sign in to comment.