Skip to content

Commit

Permalink
mark 22
Browse files Browse the repository at this point in the history
  • Loading branch information
IIROFESSOR-X committed Oct 5, 2023
1 parent 389603f commit c35477a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ul {
a {
color: currentColor;
text-decoration: none;

}

button {
Expand Down
4 changes: 2 additions & 2 deletions src/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<header class="header">
<div class="header-wrap container">
<a href="#" class="header-logo">
<a href="#" target="_blank" class="header-logo">
<img src="./img/logo/logo.svg" alt="logo">
</a>
<nav class="header-nav">
Expand All @@ -24,7 +24,7 @@
</address>
<ul class="header-social-list">
<li class="header-social-item">
<a href="https://www.facebook.com/" class="header-social-link">
<a href="https://www.facebook.com/" rel="noreferren noopener" class="header-social-link">
<svg class="header-nav-icon" width="28" height="28">
<use href="./public/icons.svg#icon-facebook"></use>
</svg>
Expand Down

0 comments on commit c35477a

Please sign in to comment.