Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
WendelBitencourt committed Dec 6, 2023
1 parent 034d335 commit 4d70d90
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions css/principal.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ body {
}
.card_cabecalho {
display: flex;
height: 100px;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 1rem;
/* padding: 0 1rem; */
}

.logotipo img {
Expand All @@ -61,15 +62,15 @@ body {
.nav-item a {
text-decoration: none;
color: #b32d30;
padding: 38px 26px;
padding: 46px 26px;
font-size: 120%;
font-weight: 700;
}

.nav-item a:hover {
color: #fff;
background-color: #2e3e46;
border-radius: 5px;
/* border-radius: 5px; */
}

@media screen and (max-width: 768px) {
Expand Down

0 comments on commit 4d70d90

Please sign in to comment.