diff --git a/src/public/components/app.js b/src/public/components/app.js index 6140079..069f217 100644 --- a/src/public/components/app.js +++ b/src/public/components/app.js @@ -133,13 +133,18 @@ var App = React.createClass({
-

DAVIDS DuplicAtes VIewer and Detector for Spotify

+

+ DAVIDS + DuplicAtes VIewer and Detector for Spotify +

{content}
diff --git a/src/public/style.css b/src/public/style.css index 2bc3698..9257a21 100644 --- a/src/public/style.css +++ b/src/public/style.css @@ -37,9 +37,13 @@ body { width: 100%; /* Set the fixed height of the footer here */ height: 60px; + line-height: 60px; background-color: #f5f5f5; } -.container-fluid .text-muted { - margin: 20px 0; +.footer p { + margin: 0; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; }