Skip to content

Commit

Permalink
Update inicio_logado.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tatihav authored Jul 11, 2024
1 parent d9078a5 commit a601ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inicio_logado.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ a, a:visited, a:hover, a:active {
font-size: inherit; /* Mantém o tamanho da fonte */
}
.container_header{
position: sticky;
top: 0px;
display: grid;
grid-template-columns: 65% 30%;
justify-content: space-between;
Expand Down Expand Up @@ -110,8 +112,6 @@ header{
margin-top: 10px;
}
nav{
position: sticky;
top: 0px;
grid-area: nav;
display: flex;
justify-content: space-around;
Expand Down

0 comments on commit a601ca3

Please sign in to comment.