diff --git a/gowatch.yml b/gowatch.yml new file mode 100644 index 0000000..6e56173 --- /dev/null +++ b/gowatch.yml @@ -0,0 +1,3 @@ +watch_exts: + - .html + - .go diff --git a/index.html b/index.html index 37690cb..7d1e302 100644 --- a/index.html +++ b/index.html @@ -1,75 +1,89 @@ - + - - - - - Spotify - - - -
-
- -
-
- {{ .Track.Name }} -
{{ .Track.Artist }}
-
-
- - + #cover { + width: 100%; + height: 100%; + object-fit: cover; + } + + #artist { + opacity: 0.6; + font-size: clamp(16px, 12vh, 70px); + } + + + +
+
+ +
+
+ {{ .Track.Name }} +
{{ .Track.Artist }}
+
+
+ +