summaryrefslogtreecommitdiff
path: root/stylesheets/galerie.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-07 18:23:28 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-07 18:23:28 +0100
commitd1a0532c6bd05b726fcc62f7629515760e7f84b6 (patch)
treeb09595880a7b3a04dd72bd8f40a5782bbad06d2f /stylesheets/galerie.css
parented6c3dcc511e515b7d396a043aaeb1fe3b70c76d (diff)
downloadquatuorbellefeuille.com-d1a0532c6bd05b726fcc62f7629515760e7f84b6.tar.xz
Always show photo credits on mobile
Diffstat (limited to 'stylesheets/galerie.css')
-rw-r--r--stylesheets/galerie.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/stylesheets/galerie.css b/stylesheets/galerie.css
index 1aa2c72..1e127d3 100644
--- a/stylesheets/galerie.css
+++ b/stylesheets/galerie.css
@@ -37,12 +37,6 @@ main h1 {
padding: 0 0.2em;
font-size: small;
}
-.photo p.credits > a {
- display: none;
-}
-.photo p.credits:hover > a {
- display: initial;
-}
.mosaic .video {
position: relative;
@@ -65,6 +59,13 @@ main h1 {
.mosaic.videos {
--mosaic-side: 25em;
}
+
+ .photo p.credits > a {
+ display: none;
+ }
+ .photo p.credits:hover > a {
+ display: initial;
+ }
}
@media (max-width: 40em) {