diff --git a/restaurant_website/index.html b/restaurant_website/index.html index 609e03d..d7ba102 100644 --- a/restaurant_website/index.html +++ b/restaurant_website/index.html @@ -27,7 +27,7 @@
  • HOME
  • -
  • MENU
  • +
  • MENU
  • ORDER
  • RESERVATION
  • ABOUT
  • @@ -162,7 +162,7 @@
    -

    Shrimp Okonomiyaki

    +

    Ebi Okonomiyaki

    Tempura fried shrimp, corn, Creole butter, arare.

    @@ -180,7 +180,7 @@
    -

    $16.99

    +

    $12.99

    @@ -188,12 +188,12 @@
    -

    Zaru Soba

    -

    Cold soba noodles dipped in Tsuyu sauce.

    +

    Tekka Maki

    +

    8 pcs fresh tuna.

    -

    $7.99

    +

    $9.99

    @@ -321,11 +321,7 @@ - - - - - + diff --git a/restaurant_website/menu.css b/restaurant_website/menu.css index 60be2e3..cf62aef 100644 --- a/restaurant_website/menu.css +++ b/restaurant_website/menu.css @@ -41,7 +41,7 @@ html{ } .menu-group{ display: grid; - grid-template-columns: 1fr; + grid-template-columns: repeat(2, 1fr); gap: 1.5rem; padding: 1.5rem 0; } @@ -63,6 +63,31 @@ html{ line-height: 1.6; } +@media(max-width:1100px){ + html{ + font-size: 80%; + } +} +@media(max-width:800px){ + html{ + font-size: 70%; + } +} +@media(max-width:650px){ + html{ + font-size: 60%; + } +} +@media(max-width:500px){ + html{ + font-size: 60%; + } + .menu-group{ + grid-template-columns: 1fr; + + } +} + diff --git a/restaurant_website/menu.html b/restaurant_website/menu.html index 2488e12..f40d0e1 100644 --- a/restaurant_website/menu.html +++ b/restaurant_website/menu.html @@ -3,7 +3,7 @@ - Document + Menu @@ -17,33 +17,32 @@ - - -