diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-10-22 00:31:32 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2020-10-22 00:31:32 +0200 |
| commit | e5795372ae20cd282a12f5a6085fe73444da9635 (patch) | |
| tree | 1967c16f6c945e05281be9bd2d7611022f95f038 | |
| parent | 2f291a86ae64a501033f6fb1141aa8f81b7af955 (diff) | |
| download | quatuorbellefeuille.com-e5795372ae20cd282a12f5a6085fe73444da9635.tar.xz | |
minor refactoring
| -rw-r--r-- | artistes.css | 6 |
1 files 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%; } |
