summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-27 23:47:13 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-02-27 23:47:13 +0100
commit9fb0bb0d17df91e939b2198f4ea2fa5948e4a272 (patch)
treeed36d027bf1113cf1aaa58d1641b6bf22d1c9432 /stylesheets
parentd46b50a2087921100138901bb29a0afcc9b8741d (diff)
downloadquatuorbellefeuille.com-9fb0bb0d17df91e939b2198f4ea2fa5948e4a272.tar.xz
Simplify gallery structure
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/galerie.css10
1 files changed, 2 insertions, 8 deletions
diff --git a/stylesheets/galerie.css b/stylesheets/galerie.css
index dc974a9..28166b8 100644
--- a/stylesheets/galerie.css
+++ b/stylesheets/galerie.css
@@ -4,20 +4,14 @@
grid-gap: 0.8em;
}
-.mosaic .photo {
+.mosaic a.photo {
position: relative;
width: 100%;
height: 0;
padding-bottom: 100%;
}
-.mosaic .photo > * {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
-}
.mosaic img {
+ position: absolute;
object-position: center;
object-fit: cover;
height: 100%;