From 4e961448ea43d0a3a59eab082407110024c6893c Mon Sep 17 00:00:00 2001 From: novatorem Date: Mon, 20 Jul 2020 23:33:07 -0400 Subject: [PATCH] Center S/A --- README.md | 2 +- api/templates/spotify.html.j2 | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76a3835..f6739b3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Aphelion | Perihelion :-------------------------:|------- -                                                                                              [![Spotify](https://novatorem.vercel.app/api/spotify-playing)](https://open.spotify.com/user/omnitenebris)
|
Software Developer currently working on cool projects at [Cast](https://blacktrax.cast-soft.com/). Everything here is under the MIT License, [more info here](https://choosealicense.com/licenses/mit/)!

[![Website](https://img.shields.io/badge/website-dev-2a8?style=flat-square&logo=safari&logoColor=white)](https://novac.dev) [![E-Mail](https://img.shields.io/badge/email-reveal-369?style=flat-square&logo=gmail&logoColor=white)](https://mailhide.io/e/5ck1H)
[![Spotify](https://img.shields.io/badge/spotify-omni-1DB954?style=flat-square&logo=spotify&logoColor=white)](https://open.spotify.com/user/omnitenebris) [![E-Mail](https://badges.pufler.dev/visits/novatorem/novatorem?logo=GitHub&label=github%20visits&color=blue&logoColor=white&style=flat-square)](https://github.com/novatorem)

+                                                                                              [![Spotify](https://novatorem.vercel.app/api/spotify-playing)](https://open.spotify.com/user/omnitenebris)
|
Software Developer currently working on cool projects at [Cast](https://blacktrax.cast-soft.com/). Everything here is under the MIT License, [info here](https://choosealicense.com/licenses/mit/)!

[![Website](https://img.shields.io/badge/website-dev-2a8?style=flat-square&logo=safari&logoColor=white)](https://novac.dev) [![E-Mail](https://img.shields.io/badge/email-reveal-369?style=flat-square&logo=gmail&logoColor=white)](https://mailhide.io/e/5ck1H)
[![Spotify](https://img.shields.io/badge/spotify-omni-1DB954?style=flat-square&logo=spotify&logoColor=white)](https://open.spotify.com/user/omnitenebris) [![E-Mail](https://badges.pufler.dev/visits/novatorem/novatorem?logo=GitHub&label=github%20visits&color=blue&logoColor=white&style=flat-square)](https://github.com/novatorem)

[//]: <> (The ` ` is to have Aphelion take up more space) \ No newline at end of file diff --git a/api/templates/spotify.html.j2 b/api/templates/spotify.html.j2 index 29ddc39..e8c477c 100644 --- a/api/templates/spotify.html.j2 +++ b/api/templates/spotify.html.j2 @@ -34,17 +34,21 @@ margin-left: -5px; } + .text { + width: 73%; + } + .song { font-size: 24px; color: #666; - text-align: left; + text-align: center; margin-top: 3px; } .artist { font-size: 20px; color: #b3b3b3; - text-align: left; + text-align: center; margin-bottom: 5px; }