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); } diff --git a/index.html b/index.html index 348fa34..463157f 100644 --- a/index.html +++ b/index.html @@ -367,7 +367,7 @@