diff --git a/app/views/AppContainer.jsx b/app/views/AppContainer.jsx
index 401d459..b30ecac 100644
--- a/app/views/AppContainer.jsx
+++ b/app/views/AppContainer.jsx
@@ -43,7 +43,7 @@ export default class AppContainer extends React.Component {
-
+
diff --git a/app/views/HomeView.jsx b/app/views/HomeView.jsx
index 145059c..bf865f6 100644
--- a/app/views/HomeView.jsx
+++ b/app/views/HomeView.jsx
@@ -296,7 +296,7 @@ export default class HomeView extends Component {
}
return(
-
+
Images
this.handleContainerFilter(event)}
/>
-
+
Tags
{this.renderTagsList()}
diff --git a/public/app.css b/public/app.css
index bcb04f2..cb9f4cd 100644
--- a/public/app.css
+++ b/public/app.css
@@ -2,6 +2,11 @@ html, body{
height:100%;
}
+.container-fluid {
+ min-width: 80vw;
+ max-width: 90vw;
+}
+
.footer-pad {
padding-top: 100px;
}