Skip to content

Commit

Permalink
fixed problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Yamchuk committed Dec 2, 2024
1 parent 42899bf commit 9b06810
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<title>Namu</title>
<link
rel="icon"
class="image__favicon"
type="image/x-icon"
href="/src/images/icons/favicon.png"
/>
Expand Down
5 changes: 5 additions & 0 deletions src/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ body {
}
}

.image__favicon {
width: 250px;
height: 37px;
}

.header {
box-sizing: border-box;
padding: 20px 0 0 20px;
Expand Down
4 changes: 2 additions & 2 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
@include on-desktop {
width: 270px;
right: 40px;
top: 2070px;
top: 2290px;
}

&:hover {
Expand Down Expand Up @@ -748,7 +748,7 @@

@include on-desktop {
width: 270px;
top: 4300px;
top: 4480px;
right: 55px;
}

Expand Down

0 comments on commit 9b06810

Please sign in to comment.