Skip to content

Commit

Permalink
upd pixel perfect for header nav list
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej044 committed Jun 25, 2023
1 parent cd6c9cb commit 717224b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,9 @@ a:hover, a:active, a:focus, button:hover, button:focus {
margin-top: 0;
align-items: center;
}
.header-nav .nav__list{
margin-right: 2.9rem;
}
/* end */
/* title settings */
.title{
Expand Down Expand Up @@ -618,6 +621,9 @@ a:hover, a:active, a:focus, button:hover, button:focus {
.nav__list{
width: 192px;
}
.header-nav .nav__list{
margin-right: 2.95rem;
}
/* end */

/* title settings */
Expand Down

0 comments on commit 717224b

Please sign in to comment.