summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-14 18:55:29 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-14 18:55:29 +0100
commitea5a4681b71feeb7bf6c958c38afac8325c731b6 (patch)
treeab3ee8e067843eca9064c3797fb698d6c89c3e21 /stylesheets
parent75df235ed0876b5c387ced4fee0138f6c8f8f999 (diff)
downloadquatuorbellefeuille.com-ea5a4681b71feeb7bf6c958c38afac8325c731b6.tar.xz
Simplify photo credits layout on mobile
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/concerts.css12
1 files changed, 4 insertions, 8 deletions
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;
}
}