Merge pull request #75 from alDuncanson/bugfix/little-things

bugfix/little-things
This commit is contained in:
Alex Duncanson 2018-12-17 10:51:35 -05:00 committed by GitHub
commit 37c5733014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -18,7 +18,7 @@ const styles = theme => ({
flamelinkGallery: {
marginRight: 'auto',
marginLeft: 'auto',
backgroundImage: 'url(../images/galleryBackgroundImage.png)',
backgroundImage: 'url(/galleryBackgroundImage.png)',
overflow: 'hidden',
minHeight: 180,
minWidth: 300,

View File

@ -10,8 +10,7 @@ const styles = theme => ({
...theme.mixins.gutters(),
margin: theme.spacing.unit * 2,
paddingTop: theme.spacing.unit * 2,
paddingBottom: theme.spacing.unit * 2,
width: '100%'
paddingBottom: theme.spacing.unit * 2
},
});