Skip to content

Commit

Permalink
debug3
Browse files Browse the repository at this point in the history
  • Loading branch information
skrudj98 committed Sep 19, 2024
1 parent 4fb3a27 commit 1c61ddd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ body {
margin: 0;
padding: 0;
background-color: gray;
font-family: Roboto, Arial, sans-serif;
}

ul {
Expand Down Expand Up @@ -56,8 +55,7 @@ ul {
align-items: center;
height: 60px;
justify-content: flex-end;
margin: 0 10px;
font-style: Roboto, sans-serif;
font-family: Roboto, Arial, sans-serif;
}

.link1 {
Expand Down Expand Up @@ -85,10 +83,14 @@ ul {
list-style: none;
}

.nav__item {
margin: 0 10px;
}

.nav__item:first-child {
margin: 0;
margin-left: 0;
}

.nav__item:last-child {
margin: 0;
margin-right: 0;
}

0 comments on commit 1c61ddd

Please sign in to comment.