Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
govinda777 committed Nov 30, 2024
1 parent daa0dcf commit 8b40d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from "styled-components";
export const Header = styled.header`
background-color: white;
display: flex;
justify-content: space-between;
justify-content: space-around;
align-items: center;
padding: 0.75rem 1.5rem;
width: 100%;
Expand Down

0 comments on commit 8b40d59

Please sign in to comment.