Skip to content

Commit

Permalink
added more comments to code
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianhilton committed Dec 12, 2023
1 parent 4578ae7 commit a0262c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ main {
height: 100%;
position: relative;
top: 35px;
background-image: url(/assets/meal-gd261a872c_1920.jpg);
background-image: url(assets/meal-gd261a872c_1920.jpg);
background-size:cover;
background-position: center;
background-repeat: no-repeat;
Expand All @@ -99,7 +99,7 @@ main {
height: 100%;
position: relative;
top: 75px;
background-image: url(/assets/sitemap.jpeg);
background-image: url(assets/sitemap.jpeg);
background-size:contain;
background-position: top;
background-repeat: no-repeat;
Expand Down

0 comments on commit a0262c6

Please sign in to comment.