Skip to content

Commit

Permalink
fix: ajustando header
Browse files Browse the repository at this point in the history
  • Loading branch information
moonshinerd committed Aug 12, 2024
1 parent 0a8e489 commit d23f0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/components/header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const Header = () => {
Dashboard
</a>
</li>
<a></a>
</ul>
<div>
<div className={styles.campoPesquisa}>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/header/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
text-decoration: none;
font-family: 'IBM Plex Sans', sans-serif;
font-weight: bold;
font-size: 16px;
font-size: 15px;
color: var(--brancoTexto);
}

Expand Down

0 comments on commit d23f0e9

Please sign in to comment.