From dadeeac81bf816f2791cf90eca734d8afc4a7b0a Mon Sep 17 00:00:00 2001 From: abelsaul <35229830+AbelSaul@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:24:13 -0500 Subject: [PATCH 1/2] Update index.html --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 348fa34..463157f 100644 --- a/index.html +++ b/index.html @@ -367,7 +367,7 @@

Menu of the week

Delicious dish - $22.00 + $22.00 @@ -375,7 +375,7 @@ Delicious dish - $12.00 + $12.00 @@ -383,7 +383,7 @@ Delicious dish - $9.50 + $9.50 @@ -475,4 +475,4 @@ - \ No newline at end of file + From af37db238016eb57a1af467acbf2152144187e47 Mon Sep 17 00:00:00 2001 From: abelsaul <35229830+AbelSaul@users.noreply.github.com> Date: Mon, 8 Nov 2021 08:26:28 -0500 Subject: [PATCH 2/2] Update styles.css --- assets/css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index b56a603..579edd1 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -349,7 +349,7 @@ img{ margin-bottom: var(--mb-2); } -.menu__name, .menu__preci{ +.menu__name, .menu__price{ font-weight: var(--font-semi-bold); color: var(--title-color); } @@ -358,7 +358,7 @@ img{ font-size: var(--normal-font-size); } -.menu__detail, .menu__preci{ +.menu__detail, .menu__price{ font-size: var(--small-font-size); }