commit e5795372ae20cd282a12f5a6085fe73444da9635
parent 2f291a86ae64a501033f6fb1141aa8f81b7af955
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 22 Oct 2020 00:31:32 +0200
minor refactoring
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/artistes.css b/artistes.css
@@ -17,6 +17,7 @@
}
#photos-inner img {
+ position: absolute;
height: 33%;
border-color: #ddd;
border-width: 10px;
@@ -30,26 +31,23 @@
filter: none;
}
+/* TODO: fix photos div height when zoomed out */
#vlad {
- position: absolute;
left: 2em;
top: 5%;
}
#garet {
- position: absolute;
left: 10em;
top: 10%;
}
#ivan {
- position: absolute;
left: 2em;
top: 30%;
}
#sofia {
- position: absolute;
left: 10em;
top: 35%;
}