Merge pull request #75 from alDuncanson/bugfix/little-things
bugfix/little-things
This commit is contained in:
commit
37c5733014
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 6.6 KiB |
|
@ -18,7 +18,7 @@ const styles = theme => ({
|
||||||
flamelinkGallery: {
|
flamelinkGallery: {
|
||||||
marginRight: 'auto',
|
marginRight: 'auto',
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
backgroundImage: 'url(../images/galleryBackgroundImage.png)',
|
backgroundImage: 'url(/galleryBackgroundImage.png)',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
minHeight: 180,
|
minHeight: 180,
|
||||||
minWidth: 300,
|
minWidth: 300,
|
||||||
|
|
|
@ -10,8 +10,7 @@ const styles = theme => ({
|
||||||
...theme.mixins.gutters(),
|
...theme.mixins.gutters(),
|
||||||
margin: theme.spacing.unit * 2,
|
margin: theme.spacing.unit * 2,
|
||||||
paddingTop: theme.spacing.unit * 2,
|
paddingTop: theme.spacing.unit * 2,
|
||||||
paddingBottom: theme.spacing.unit * 2,
|
paddingBottom: theme.spacing.unit * 2
|
||||||
width: '100%'
|
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue