From e5795372ae20cd282a12f5a6085fe73444da9635 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 22 Oct 2020 00:31:32 +0200 Subject: minor refactoring --- artistes.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/artistes.css b/artistes.css index 2d3aa19..6883f8a 100644 --- 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%; } -- cgit v1.2.3