commit 8b4f6bbcca34d8a49bb11213b0693e569e6f5592
parent edce726ba24a41a0f6d825446864b781187ceef4
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Wed, 18 Nov 2020 00:26:59 +0100
Try to make portraits narrower
Bio also.
Diffstat:
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/artistes.css b/artistes.css
@@ -29,12 +29,16 @@
.main #bio {
flex: 2;
background: #bbb;
+ padding-left: 8%;
+ padding-right: 8%;
}
#photos img {
position: relative;
- width: 14vw;
- height: 40vh;
+ width: 8em;
+ min-width: 7vw;
+ max-width: 12vw;
+ height: 38vh;
object-fit: cover;
object-position: center;
border-color: #ddd;