From 2ef07a69f3fbce2af995b63064ba49b5b7853a87 Mon Sep 17 00:00:00 2001 From: vuillaume Date: Sun, 13 Oct 2024 22:52:21 +0200 Subject: [PATCH] fix bug css --- index.html | 60 +++++++++++++++++++++++++---------------------- styles/about.css | 9 ++++--- styles/header.css | 1 + styles/home.css | 6 +++++ styles/styles.css | 3 +++ styles/team.css | 36 ++++++++++++++++------------ 6 files changed, 67 insertions(+), 48 deletions(-) diff --git a/index.html b/index.html index 2df04b5..bdba774 100644 --- a/index.html +++ b/index.html @@ -46,9 +46,11 @@ - + RecyTech + + @@ -132,37 +134,39 @@

À propos

-
-
- Photo de Achille Roussel -

Achille Roussel

+
+
+
+ Photo de Achille Roussel +

Achille Roussel

+
+

"Ce n'est qu'en perdant la liberté qu'on en saisit la pleine valeur"

+
-

"Ce n'est qu'en perdant la liberté qu'on en saisit la pleine valeur"

- -
-
-
- Photo de Isaia Placi -

Isaia Placi

+
+
+ Photo de Isaia Placi +

Isaia Placi

+
+

"Le code n'est pas juste une langue, c'est une manière de penser"

+
-

"Le code n'est pas juste une langue, c'est une manière de penser"

- -
-
-
- Photo de Julien de Montmollin -

Julien de Montmollin

+
+
+ Photo de Julien de Montmollin +

Julien de Montmollin

+
+

"Le meilleur moyen de prédire le futur, c'est de le créer."

+
-

"Le meilleur moyen de prédire le futur, c'est de le créer."

- -
-
-
- Photo de Vital Vuillaume -

Vital Vuillaume

+
+
+ Photo de Vital Vuillaume +

Vital Vuillaume

+
+

"Le numérique est ma toile, le code est ma couleur."

+
-

"Le numérique est ma toile, le code est ma couleur."

-
diff --git a/styles/about.css b/styles/about.css index ce8574a..1ab6167 100644 --- a/styles/about.css +++ b/styles/about.css @@ -37,16 +37,15 @@ } .about-image { - transform: translateY(30px); - height: calc(100vh - 240px); border-radius: var(--border-radius); box-shadow: 10px 10px 0px 0px var(--primary-color); + height: auto; + max-width: 50%; } -@media screen and (max-width: 1500px) { +@media screen and (max-height: 1200px) { .about-image { - height: auto; - max-width: 90%; + max-height: 50vh; } } diff --git a/styles/header.css b/styles/header.css index ca7b2f0..7b89c88 100644 --- a/styles/header.css +++ b/styles/header.css @@ -24,6 +24,7 @@ width: 100%; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); backdrop-filter: blur(15px); + -webkit-backdrop-filter: blur(15px); background: rgba(255, 255, 255, 0.1); transition: height 0.25s ease-out; } diff --git a/styles/home.css b/styles/home.css index 09c9237..57b0f84 100644 --- a/styles/home.css +++ b/styles/home.css @@ -214,6 +214,12 @@ } +@media screen and (max-height: 630px) { + .slogan { + font-size: 22px; + } +} + @media (pointer: coarse) { .buy-button:hover { transform: scale(1); diff --git a/styles/styles.css b/styles/styles.css index 56c009f..1b4b619 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -43,4 +43,7 @@ img { height: 100vh; padding-left: 50px; padding-right: 50px; + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file diff --git a/styles/team.css b/styles/team.css index 93c2df5..fac2c67 100644 --- a/styles/team.css +++ b/styles/team.css @@ -1,10 +1,14 @@ .team { - padding: 80px 50px 0; + padding: 0px; +} + +.team-cards { + display: flex; - gap: 75px; + padding: 2% 25px 2% 25px; + gap: 300px; justify-content: center; - align-items: center; - overflow: auto; + } .member-card { @@ -76,13 +80,21 @@ transform: scale(0.95); } -@media screen and (max-width: 1900px) { - .team { - justify-content: flex-start; +@media screen and (max-width: 2500px) { + .team-cards { + gap: 110px; + } +} + +@media screen and (max-width: 1870px) { + .team-cards { + justify-content: left; + overflow: auto; } } @media screen and (max-height: 850px) { + .member-card { height: 62.5vh; } @@ -93,9 +105,6 @@ } @media screen and (max-height: 750px) { - .team { - gap: 30px; - } .member-card { transform: scale(0.9); @@ -103,15 +112,12 @@ } @media screen and (max-height: 700px) { - .team { - gap: 20px; + .team-cards { + gap: 50px; } } @media screen and (max-width: 500px) { - .team { - padding: 80px 30px 0 30px; - } .member-card { flex-basis: calc(100vw - 75px);