Skip to content

Commit

Permalink
fix bottom border
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Apr 10, 2024
1 parent 6d0517d commit 87a81cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/sections/DevTools.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ export function DevTools({ devTools }: LandingPageFragment) {
<div
style={{
position: 'relative',
width: '100%',
marginBottom: '15px'
width: '100%'
}}
>
<MuxPlayer
Expand Down

0 comments on commit 87a81cc

Please sign in to comment.