Skip to content

Commit

Permalink
Swap menu pdf for jpg, change background color to match
Browse files Browse the repository at this point in the history
  • Loading branch information
komali2 committed Oct 31, 2023
1 parent 298bc5f commit ec49e9e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ <h2>
</header>
<main>
<p>
HTML menu and image menu under construction. For now please see the PDF menu:
HTML menu under construction. For now please see the JPG menu:
</p>
<a href="https://drive.google.com/file/d/1JvXEre8knB7zQt06488se41xq-jkVaO-/view?usp=drive_link">PDF Link</a>
<img class="menu" src="menu.jpg" />
</main>
</body>

Expand Down
Binary file added menu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
:root {
--color-buff: #ECBF83;
--color-red: #9A0002;
--color-linen: #FFF5E9;
--color-linen: #FFF7ED;
--color-blue: #6689A1;
--color-cafe: #42280F;
--bg-primary: #FFF5E9;
--bg-primary: #FFF7ED;
--color-lightGrey: #f0f8f9;
--grid-maxWidth: 120rem;
--grid-gutter: 2rem;
Expand Down Expand Up @@ -86,3 +86,7 @@ main {
justify-content: center;

}

.menu {
width: 98vw;
}

0 comments on commit ec49e9e

Please sign in to comment.