Skip to content

Commit

Permalink
fix centering
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmydel committed Feb 9, 2024
1 parent 0375e27 commit 0993456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Section/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ function Section({
autoPlay
loop
/>
{overlayContent?.()}
</View>
{overlayContent?.()}
</View>
)}
<View style={[styles.w100, isCentralPane && (isSmallScreenWidth ? styles.p5 : styles.p8)]}>
Expand Down

0 comments on commit 0993456

Please sign in to comment.