feat: set marginTop to 12px

This commit is contained in:
karishmas6
2024-10-25 21:26:04 +05:30
parent a89a525bd2
commit 6c73434209

View File

@@ -24,7 +24,7 @@ const BrowserRecordingSave = () => {
<Grid container> <Grid container>
<Grid item xs={12} md={3} lg={3}> <Grid item xs={12} md={3} lg={3}>
<div style={{ <div style={{
marginTop: '10px', marginTop: '12px',
// marginLeft: '10px', // marginLeft: '10px',
color: 'white', color: 'white',
position: 'absolute', position: 'absolute',