Skip to content

Commit

Permalink
Update main and navbar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonatandb committed Mar 4, 2024
1 parent df480e0 commit dd89253
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ header {
flex-direction: column;
gap: 1rem;
align-items: flex-start;
padding-inline: 1rem;
padding-inline: 2rem;
max-width: 1000px;
margin: 0 auto;
}

.nav-list {
Expand Down Expand Up @@ -86,6 +88,8 @@ header {

main {
padding: 2rem;
max-width: 1000px;
margin: 0 auto;
}

.pokemon-todos {
Expand Down

0 comments on commit dd89253

Please sign in to comment.