From ea5a4681b71feeb7bf6c958c38afac8325c731b6 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 14 Mar 2021 18:55:29 +0100 Subject: Simplify photo credits layout on mobile --- stylesheets/concerts.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'stylesheets') diff --git a/stylesheets/concerts.css b/stylesheets/concerts.css index 28dda6a..7b70074 100644 --- a/stylesheets/concerts.css +++ b/stylesheets/concerts.css @@ -58,11 +58,6 @@ a.thumbnail { .credits::before { content: '© '; } -.credits { - color: white; - padding: 0 0.2em; - font-size: small; -} .event.canceled { opacity: 50%; @@ -145,7 +140,10 @@ a.thumbnail { position: absolute; bottom: 0; right: 0; + font-size: small; + color: white; background: #0008; + padding: 0 0.2em; border-top-left-radius: 0.5em; } @@ -205,8 +203,6 @@ a.thumbnail { .credits { justify-self: end; - color: white; - background: #444; - border-radius: 0 0 0.5em 0.5em; + font-size: x-small; } } -- cgit v1.2.3