Add non-tracking social sharing stuff
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.2 KiB |
BIN
public/images/facebook.png
Normal file
After Width: | Height: | Size: 661 B |
Before Width: | Height: | Size: 282 B After Width: | Height: | Size: 270 B |
BIN
public/images/googleplus.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
public/images/twitter.png
Normal file
After Width: | Height: | Size: 965 B |
|
@ -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;
|
||||
}
|
||||
|
|