diff --git a/public/images/beats.png b/public/images/beats.png index cfb158e..d9cb140 100644 Binary files a/public/images/beats.png and b/public/images/beats.png differ diff --git a/public/images/facebook.png b/public/images/facebook.png new file mode 100644 index 0000000..a3d1d62 Binary files /dev/null and b/public/images/facebook.png differ diff --git a/public/images/favicon.png b/public/images/favicon.png index 32a3350..432f04e 100644 Binary files a/public/images/favicon.png and b/public/images/favicon.png differ diff --git a/public/images/googleplus.png b/public/images/googleplus.png new file mode 100644 index 0000000..6315dbd Binary files /dev/null and b/public/images/googleplus.png differ diff --git a/public/images/twitter.png b/public/images/twitter.png new file mode 100644 index 0000000..1175139 Binary files /dev/null and b/public/images/twitter.png differ diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 73cd81c..604b975 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -31,10 +31,11 @@ footer { header h1 { margin: 0; + padding: 0; text-align: center; font-weight: 300; font-size: 2em; - padding: 20px 0; + line-height: 80px; } header h1 a { @@ -63,7 +64,7 @@ header h1 a:hover, header h1 a:focus{ .album header h1, .track header h1 { text-align: left; font-size: 1.5em; - padding: 10px 0; + line-height: 36px; } .audio-lighten { @@ -112,6 +113,16 @@ h3 { margin-bottom: 30px; } +.share-tools { + text-align: center; + margin-top: 40px; + font-weight: 300; +} + +.share-tools img { + width: 20px; +} + .service { padding: 40px 10px 10px 10px; } diff --git a/views/album.ejs b/views/album.ejs index 31c755c..54588d6 100644 --- a/views/album.ejs +++ b/views/album.ejs @@ -10,16 +10,24 @@