Improved spacing

This commit is contained in:
novatorem
2020-08-23 13:08:24 -04:00
parent af2e55bd5e
commit 7ab94f68cc
3 changed files with 3 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
## Spotify
* Create a [Spotify Application](https://developer.spotify.com/dashboard/applications)
* Put aside:
* Take note of:
* `Client ID`
* `Client Secret`
* Click on **Edit Settings**

View File

@@ -73,7 +73,7 @@ def loadImageB64(url):
return b64encode(resposne.content).decode("ascii")
def makeSVG(data):
barCount = 83
barCount = 84
contentBar = "".join(["<div class='bar'></div>" for i in range(barCount)])
barCSS = barGen(barCount)

View File

@@ -53,11 +53,7 @@
color: #b3b3b3;
text-align: center;
margin-bottom: 5px;
}
.logo {
margin-left: 5px;
margin-top: 5px;
margin-top: 4px;
}
.cover {

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB