We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4054ce4 commit 218c313Copy full SHA for 218c313
public/index.html
@@ -8,7 +8,6 @@
8
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
9
<link rel="stylesheet" type="text/css" href="<%= BASE_URL %>styles.css">
10
<title>Visualify.</title>
11
- <script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.min.js"></script>
12
<!-- Global site tag (gtag.js) - Google Analytics -->
13
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122724704-1"></script>
14
<script>
src/components/SpotifyLogin.vue
@@ -68,7 +68,11 @@ h1 {
68
position: absolute;
69
bottom: 0;
70
right: 0;
71
- padding-right: 10px;
+ padding-right: 5px;
72
+}
73
+
74
+p {
75
+ margin-bottom: 3px;
76
}
77
78
</style>
0 commit comments