Skip to content

Commit

Permalink
fix: padding in header
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaTamanda committed Dec 5, 2024
1 parent 3312620 commit 3ed6ee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Header/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
justify-content: flex-start;

.logo {
height: 80%;
height: 100%;
padding: 10px;
}

Expand Down Expand Up @@ -72,6 +72,7 @@
.item-container {
&.left-items {
max-width: 400px;
padding: 3px;

.title {
font-size: 0.9rem;
Expand Down

0 comments on commit 3ed6ee5

Please sign in to comment.