diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-07 18:23:28 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-07 18:23:28 +0100 |
| commit | d1a0532c6bd05b726fcc62f7629515760e7f84b6 (patch) | |
| tree | b09595880a7b3a04dd72bd8f40a5782bbad06d2f | |
| parent | ed6c3dcc511e515b7d396a043aaeb1fe3b70c76d (diff) | |
| download | quatuorbellefeuille.com-d1a0532c6bd05b726fcc62f7629515760e7f84b6.tar.xz | |
Always show photo credits on mobile
| -rw-r--r-- | stylesheets/galerie.css | 13 |
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) { |
