Skip to content

Commit

Permalink
Alterando fonte e posição do header
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-fortunato committed Jun 11, 2024
1 parent ff241cd commit 31a286a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions view/src/components/Header/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ header {
.navHeader {
display: flex;
align-items: center;
font-weight: bold;
}

.linksHeader {
color: white;
margin: 0 20px;
font-size: 25px;
margin-left: 37px;
margin-left: 150px;
}

.iconUnb {
Expand All @@ -40,7 +41,7 @@ header {
position: absolute;
top: 60px;
/* ajuste conforme necessário */
left: 0;
left: 0px;
background-color: #007600;
}

Expand Down

0 comments on commit 31a286a

Please sign in to comment.