Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FornesBorja committed Jun 2, 2024
2 parents de4ef05 + 7c5cd56 commit d1e4fc1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ body {
margin-top: 0.4em;
font-weight: bold;
font-size: 1.3em;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
@media (min-width: 768px) {
.navbar-nav {
Expand Down
2 changes: 1 addition & 1 deletion pages/food.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div id="food-menu">
<div class="item lobster-two-regular">
<img src="../imgs/chocolate_cake.png" alt="Espresso" class="menu img-fluid" />
<div class="text">Chocolate cake: 2,75€/portion</div>
<div class="text">Chocolate cake: 2,75€ / portion</div>
</div>
<div class="item lobster-two-regular">
<img src="../imgs/cookies_chai.png" alt="Espresso" class="menu img-fluid" />
Expand Down

0 comments on commit d1e4fc1

Please sign in to comment.