diff --git a/client/src/components/FourOhFour/404.css b/client/src/components/FourOhFour/404.css index ae1e8efacd..938e908fab 100644 --- a/client/src/components/FourOhFour/404.css +++ b/client/src/components/FourOhFour/404.css @@ -16,6 +16,7 @@ .quote-wrapper { background-color: #eee; padding: 20px 20px 20px 42px; + border-width: 0; border-radius: 5px; position: relative; max-width: 980px; diff --git a/client/src/components/FourOhFour/index.js b/client/src/components/FourOhFour/index.js index 9623145b74..905e6cf05e 100644 --- a/client/src/components/FourOhFour/index.js +++ b/client/src/components/FourOhFour/index.js @@ -38,13 +38,13 @@ class NotFoundPage extends Component { We couldn't find what you were looking for, but here is a quote:

-
+

{this.state.randomQuote.quote}

- {this.state.randomQuote.author}

-
+ ) : (