Skip to content

Commit

Permalink
Center the taskbar items
Browse files Browse the repository at this point in the history
  • Loading branch information
eXistenZNL committed Dec 2, 2024
1 parent cbdbd20 commit fa5b742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Desktop/desktop.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ $bar-height: 3.4rem;
}

.container {
max-width: 72rem;
margin: 0 auto;
display: flex;
flex-direction: row;
gap: 0.5rem;
height: $bar-height;
align-items: center;
justify-content: center;
}

.enrise,
Expand Down

0 comments on commit fa5b742

Please sign in to comment.