Skip to content

Commit

Permalink
fixed all necessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksana-24 committed Nov 25, 2024
1 parent 7dfc8de commit c2d0b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<li class="main-nav__item">
<a
class="main-nav__link"
href="3"
href="#"
>
PHOTO
</a>
Expand Down
8 changes: 2 additions & 6 deletions src/style.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
html {
font-family: Roboto, sans-serif;
font-family: Roboto, Arial, Helvetica, sans-serif;
font-weight: 500;
font-style: normal;
}

* {
body {
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
margin: 0;
}

ul {
padding: 0;
margin: 0;
Expand Down

0 comments on commit c2d0b54

Please sign in to comment.