Skip to content

Commit

Permalink
Fix intra-header position
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed May 18, 2024
1 parent 98bc9a2 commit d625b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

.main-header-search {
border: var(--border-width) var(--border-style) var(--border-color);
width: calc(100% - 563px);
width: calc(100% - 543px);
display: flex;
box-shadow: var(--border-width) var(--border-width) var(--border-color);
}
Expand Down

0 comments on commit d625b53

Please sign in to comment.