diff --git a/assets/.DS_Store b/assets/.DS_Store deleted file mode 100644 index b345e1c..0000000 Binary files a/assets/.DS_Store and /dev/null differ diff --git a/assets/placeholder.jpeg b/assets/placeholder.jpeg deleted file mode 100644 index c1e468e..0000000 Binary files a/assets/placeholder.jpeg and /dev/null differ diff --git a/assets/placeholder1.jpg b/assets/placeholder1.jpg deleted file mode 100644 index fc87e7d..0000000 Binary files a/assets/placeholder1.jpg and /dev/null differ diff --git a/assets/placeholder2.jpeg b/assets/placeholder2.jpeg deleted file mode 100644 index 7b84a6d..0000000 Binary files a/assets/placeholder2.jpeg and /dev/null differ diff --git a/assets/pouce_1.jpeg b/assets/pouce_1.jpeg deleted file mode 100644 index 29091b1..0000000 Binary files a/assets/pouce_1.jpeg and /dev/null differ diff --git a/assets/surprise_7.jpg b/assets/surprise_7.jpg deleted file mode 100644 index 238c4b8..0000000 Binary files a/assets/surprise_7.jpg and /dev/null differ diff --git a/assets/team.jpg b/assets/team.jpg deleted file mode 100644 index 7206d92..0000000 Binary files a/assets/team.jpg and /dev/null differ diff --git a/index.html b/index.html index 6640ffa..6f990e0 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - + diff --git a/style.css b/style.css index 7e24ff3..5adb5c1 100644 --- a/style.css +++ b/style.css @@ -9,6 +9,7 @@ background-color: var(--darker-gray); font-size: 48px; font-weight: 900; + padding-top: 2vh; } h2 { @@ -146,6 +147,7 @@ select { width: 100%; height: auto; flex-direction: row; + background-color: var(--dark-gray); } .card { @@ -153,6 +155,9 @@ select { max-height: 35em; margin-bottom: 4em; background-color: var(--light-gray); + box-shadow: 3px 3px 5px 3px var(--lighter-gray); + font-family: var(--main-font-family); + font-size: 20px; } .card-header { @@ -217,7 +222,7 @@ select { align-self: baseline; grid-column: 1 / 5; grid-row: 2; - font-size: small; + font-size: 16px; } .prix-enseigne { @@ -229,7 +234,7 @@ select { .avis-enseigne { grid-column: 5; - grid-row: 1 / 3; + grid-row: 1; --percent: calc(var(--rating) / 5 * 100%); display: inline-block; font-size: 24px; @@ -279,17 +284,20 @@ select { .descript-text { grid-column: 1; grid-row: 1; + font-size: 16px; } .descript-site { grid-column: 4; grid-row: 1; + font-size: 16px; } .descript-coord { grid-column: 1; grid-row: 4; + font-size: 16px; } .btn-close-card { @@ -324,7 +332,7 @@ main { footer { padding: 5px 25px 5px 5px; - background-color: var(--dark-gray); + background-color: var(--darker-gray); text-align: right; position: fixed; bottom: 0; diff --git a/web/logo/a.png b/web/logo/a.png deleted file mode 100644 index 1683cbb..0000000 Binary files a/web/logo/a.png and /dev/null differ