Skip to content

Commit

Permalink
Ajustes de fontes e centralização de nav-links
Browse files Browse the repository at this point in the history
  • Loading branch information
c0mcod committed Nov 4, 2024
1 parent a6a2c00 commit ec76725
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 15 deletions.
15 changes: 12 additions & 3 deletions Public/Page/Planos/CSS/agendamento.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ header {
margin: 0 15px;
}

.nav-item a{
.nav-item a {
text-decoration: none;
color: #fff;
transition: background-color 0.3s ease;
Expand Down Expand Up @@ -90,38 +90,47 @@ header {
.nav-bar {
padding: 1.5rem 4rem;
}

.nav-item {
display: none;

}

.mobile-menu-icon {
display: block;
z-index: 1000;
}

.mobile-menu-icon button {
background-color: transparent;
border: none;
cursor: pointer;

}

.mobile-menu ul {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding-bottom: 1rem;
padding: 1rem 0;
}

.mobile-menu .nav-item {
display: block;
padding-top: 1.2rem;
color: #fff;
}

.mobile-menu .login-button {
display: block;
padding: 1rem 2rem;
}

.mobile-menu .login-button button {
width: 100%;
}

.open {
display: block;
}
Expand Down
3 changes: 2 additions & 1 deletion Public/Page/Planos/CSS/planEnterprise.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ header {
.mobile-menu ul {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding-bottom: 1rem;
padding: 1rem 0;
}

.mobile-menu .nav-item {
Expand Down
11 changes: 7 additions & 4 deletions Public/Page/Planos/CSS/planFamily.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ header {
.mobile-menu ul {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding-bottom: 1rem;
padding: 1rem 0;
}

.mobile-menu .nav-item {
Expand Down Expand Up @@ -170,7 +171,8 @@ header {
justify-content: space-between;
align-items: stretch;
position: relative;
z-index: 2; /* Aumentado para ficar acima do overlay */
z-index: 2;
/* Aumentado para ficar acima do overlay */
}

.img-plan {
Expand All @@ -187,7 +189,8 @@ header {
justify-content: center;
align-items: center;
text-align: center;
background-color: transparent; /* Removido o fundo escuro para mostrar o overlay */
background-color: transparent;
/* Removido o fundo escuro para mostrar o overlay */
}

.text-plan-E {
Expand Down Expand Up @@ -248,7 +251,7 @@ header {
padding: 20px;
text-align: center;
}

.text-plan-E {
font-size: 2rem;
}
Expand Down
1 change: 0 additions & 1 deletion Public/Page/agendamento.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ <h1>RenovAuto</h1>
<ul>
<li class="nav-item"><a href="/index.html">Home</a></li>
</ul>

</div>
</header>

Expand Down
9 changes: 6 additions & 3 deletions Public/Style/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ html {
}

p {
font-family: "Segoe UI";
font-family: Graphik-Regular, "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
Expand Down Expand Up @@ -135,8 +135,9 @@ header {
.mobile-menu ul {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding-bottom: 1rem;
padding: 1rem 0;
}
.mobile-menu .nav-item {
display: block;
Expand Down Expand Up @@ -193,12 +194,14 @@ header {
.hero h2 {
font-size: 3em;
margin-bottom: 20px;
font-family: Graphik-Medium, Graphik-Regular, "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero p {
font-size: 1.2em;
margin-bottom: 40px;
max-width: 600px;
font-family: Graphik-Medium, Graphik-Regular, "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hero .hero-btn {
Expand Down Expand Up @@ -586,7 +589,7 @@ footer a {
}

.hero p {
font-size: 1em;
font-size: 1.2em;
}

.hero button {
Expand Down
3 changes: 0 additions & 3 deletions Public/instagram.svg

This file was deleted.

0 comments on commit ec76725

Please sign in to comment.