Skip to content

Commit f54027f

Browse files
committed
improve code style
1 parent b3673fb commit f54027f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/templates/NavBar/TwoRowsAppBar/styles.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,24 @@ export default {
1313
marginTop: '0',
1414
marginBottom: '0',
1515
},
16-
topCenter:{
16+
topCenter: {
1717
textAlign: 'center',
1818
display: 'flex',
1919
justifyContent: 'center',
2020
alignItems: 'center',
2121
},
22-
bottomCenter:{
22+
bottomCenter: {
2323
textAlign: 'center',
2424
display: 'flex',
2525
justifyContent: 'center',
2626
alignItems: 'center',
2727
},
28-
right:{
28+
right: {
2929
justifyContent: 'flex-end',
3030
display: 'flex',
3131
},
32-
left:{
32+
left: {
3333
justifyContent: 'flex-start',
3434
display: 'flex',
35-
}
35+
},
3636
};

0 commit comments

Comments
 (0)