Skip to content

Commit 218c313

Browse files
committed
basic style change to credit footer, removed unnecessary dependencies
1 parent 4054ce4 commit 218c313

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

public/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
99
<link rel="stylesheet" type="text/css" href="<%= BASE_URL %>styles.css">
1010
<title>Visualify.</title>
11-
<script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.min.js"></script>
1211
<!-- Global site tag (gtag.js) - Google Analytics -->
1312
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122724704-1"></script>
1413
<script>

src/components/SpotifyLogin.vue

+5-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ h1 {
6868
position: absolute;
6969
bottom: 0;
7070
right: 0;
71-
padding-right: 10px;
71+
padding-right: 5px;
72+
}
73+
74+
p {
75+
margin-bottom: 3px;
7276
}
7377
7478
</style>

0 commit comments

Comments
 (0)