commit ea5a4681b71feeb7bf6c958c38afac8325c731b6 parent 75df235ed0876b5c387ced4fee0138f6c8f8f999 Author: Kévin Le Gouguec <kevin.legouguec@gmail.com> Date: Sun, 14 Mar 2021 18:55:29 +0100 Simplify photo credits layout on mobile Diffstat:
| M | stylesheets/concerts.css | | | 12 | ++++-------- |
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git 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; } }