From bfef6e287488722f87e7af57cf53b6fc7fbab284 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 5 Aug 2023 23:40:44 +0100 Subject: fix header --- static/style.css | 5 +++++ templates/home.html.tera | 33 +++++++++++++++++---------------- 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/static/style.css b/static/style.css index fc2d69e..1b68815 100644 --- a/static/style.css +++ b/static/style.css @@ -61,6 +61,10 @@ a.active { color: #311f20; } +blockquote { + font-style: italic; +} + img, video { max-width: 100%; @@ -123,6 +127,7 @@ header { display: flex; align-items: end; flex-wrap: wrap; + gap: 4vw; } main { diff --git a/templates/home.html.tera b/templates/home.html.tera index 483c2f9..9a6041f 100644 --- a/templates/home.html.tera +++ b/templates/home.html.tera @@ -8,23 +8,24 @@

cel 🌸

- -{% if is_live %} - -{% endif %} - -{% if listenbrainz.is_scrobbling %} -now playing: {{ listenbrainz.song }} - {{ listenbrainz.artist }} -{% endif %} + {% if is_live %} + + {% endif %} + + {% if listenbrainz.is_scrobbling %} + now playing: {{ listenbrainz.song }} - {{ listenbrainz.artist }} + {% endif %} + + {% endblock header %} -- cgit