diff --git a/SwichGIT/src/css/desktops.css b/SwichGIT/src/css/desktops.css index b2c6ded..4449e26 100644 --- a/SwichGIT/src/css/desktops.css +++ b/SwichGIT/src/css/desktops.css @@ -61,7 +61,7 @@ width: 16vw; position: absolute; left: 42vw; - top: 44vh; + top: 32vh; z-index: 15; } @@ -70,7 +70,7 @@ width: 16vw; position: absolute; left: 42vw; - top: 50vh; + top: 40vh; z-index: 15; } @@ -305,7 +305,7 @@ left: 9.2vw; height: 4vw; width: 12vw; - top: 1vw; + top: 12vw; background-color: var(--lightsedonca); z-index: 15; } diff --git a/SwichGIT/src/css/phone.css b/SwichGIT/src/css/phone.css index a81f295..d62b8c3 100644 --- a/SwichGIT/src/css/phone.css +++ b/SwichGIT/src/css/phone.css @@ -77,9 +77,6 @@ } @media screen and (max-width: 510px) { - body{ - background-color: red; - } .flex-item { flex-grow: 1; background: var(--lightsedonca); diff --git a/SwichGIT/src/css/tablet.css b/SwichGIT/src/css/tablet.css index 9b45d58..7276f58 100644 --- a/SwichGIT/src/css/tablet.css +++ b/SwichGIT/src/css/tablet.css @@ -152,7 +152,7 @@ position: absolute; border-radius: 45px; left: -10vw; - top: -10vh; + top: 20vh; height: 15vw; width: 50vw; background-color: var(--lightsedonca); @@ -204,7 +204,7 @@ width: 50vw; position: absolute; left: 25vw; - top: 40vh; + top: 25vh; z-index: 15; } @@ -213,7 +213,7 @@ width: 50vw; position: absolute; left: 25vw; - top: 50vh; + top: 37vh; z-index: 15; } @@ -308,7 +308,6 @@ .flex-item { flex-grow: 1; background: var(--lightsedonca); - width: var(--tailleTablette); border-radius: 0.75vw; padding-right: 0.15vw; padding-left: 0.15vw;