diff options
| -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%; } |
