Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AnoriFrell committed Dec 27, 2024
1 parent a3d38d8 commit 9d8944b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
class="header"
id="top"
>
<a>
<a href="#top">
<img
src="/src/images/logo.png"
alt="logo"
Expand Down
4 changes: 2 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ body {
margin-right: 50px;
line-height: 60px;
text-transform: uppercase;
font-size: 12;
font-size: 12px;
font-weight: 500;
}

Expand All @@ -53,7 +53,7 @@ body {
left: 0;
bottom: 0;
height: 4px;
border-radius: 8;
border-radius: 8px;
width: 100%;
background-color: var(--main-color);
}

0 comments on commit 9d8944b

Please sign in to comment.