From 8f76bb66dd478efaa0b6694e4177ea18a9c25d6a Mon Sep 17 00:00:00 2001 From: Jacopo Date: Tue, 7 Jun 2022 19:41:39 +0200 Subject: [PATCH] Aggiornare 'habitat/index.html' --- habitat/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/habitat/index.html b/habitat/index.html index a17fd48..11ef385 100644 --- a/habitat/index.html +++ b/habitat/index.html @@ -18,12 +18,12 @@ .fullscreen-image { position: fixed; overflow: hidden; - top: 50%; - left: 50%; + top: 100%; + left: 100%; min-width: 100%; min-height: 100%; - width: auto; - height: auto; + width: 100%; + height: 100%; transform: translateX(-50%) translateY(-50%); z-index: -10; }