diff --git a/src/images/galleryBackgroundImage.png b/public/galleryBackgroundImage.png similarity index 100% rename from src/images/galleryBackgroundImage.png rename to public/galleryBackgroundImage.png diff --git a/src/components/flamelink/FlameLinkCollectionGallery.js b/src/components/flamelink/FlameLinkCollectionGallery.js index 242de80..f6dda2f 100644 --- a/src/components/flamelink/FlameLinkCollectionGallery.js +++ b/src/components/flamelink/FlameLinkCollectionGallery.js @@ -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, diff --git a/src/components/flamelink/FlameLinkComponentCreations.js b/src/components/flamelink/FlameLinkComponentCreations.js index 4af452a..fd2da84 100644 --- a/src/components/flamelink/FlameLinkComponentCreations.js +++ b/src/components/flamelink/FlameLinkComponentCreations.js @@ -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 }, });