We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3673fb commit f54027fCopy full SHA for f54027f
src/templates/NavBar/TwoRowsAppBar/styles.js
@@ -13,24 +13,24 @@ export default {
13
marginTop: '0',
14
marginBottom: '0',
15
},
16
- topCenter:{
+ topCenter: {
17
textAlign: 'center',
18
display: 'flex',
19
justifyContent: 'center',
20
alignItems: 'center',
21
22
- bottomCenter:{
+ bottomCenter: {
23
24
25
26
27
28
- right:{
+ right: {
29
justifyContent: 'flex-end',
30
31
32
- left:{
+ left: {
33
justifyContent: 'flex-start',
34
35
- }
+ },
36
};
0 commit comments