summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--artistes.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/artistes.css b/artistes.css
index cc7b62b..e1e0d5d 100644
--- 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;