diff --git a/index.html b/index.html index 58d9207..9b210a3 100644 --- a/index.html +++ b/index.html @@ -13,10 +13,7 @@
- -

- The 雞 Spot -

+

比斯雞明治

diff --git a/menu.html b/menu.html index 6e8226e..2e75217 100644 --- a/menu.html +++ b/menu.html @@ -12,21 +12,15 @@ The 雞 Spot Menu -
+
-

- HTML menu under construction. For now please see the JPG menu: -

diff --git a/styles.css b/styles.css index 4f67059..24fbf7d 100644 --- a/styles.css +++ b/styles.css @@ -128,7 +128,26 @@ main { dd { margin-inline-start: 40px; } +.menu h1 { + font-size: 2em; + margin-bottom: 0px; + margin-top: 0px; + +} + +.menu nav { + font-size: 1.5em; +} +/* mobile */ +@media only screen and (max-width: 450px) { + .menu h1 { + font-size: 1.5em; + } + .menu nav { + font-size: 1.2em; + } +} /* very small mobile */