Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/front/components/HeaderContact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ const HeaderContact = () => {
};

return (
<section className="w-100 h-100 mb-5 mt-5 position-relative ">
<>
<section className="header w-100 h-100 mb-5 mt-5 position-relative ">
<img
src={HomeContact}
alt="CloudTech background image"
Expand Down Expand Up @@ -211,9 +212,13 @@ const HeaderContact = () => {
</form>

</div>
</div>
</div>
</div>
</section>
<div className="h-100 mb-4">
<br/>
</div>
</>
);
};

Expand Down
4 changes: 2 additions & 2 deletions src/front/components/HeaderHome.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export const HeaderHome = () => {
<div className="container w-100 h-100 z-1">
<div className="row text-center z-1">
<div className="col my-5 pt-5 d-flex flex-column justify-content-center align-items-center z-1">
<h1 className="hero-title-home display-3 fw-bolder text-warning mt-sm-0 mt-5 mb-4">
<h1 className="hero-title-home display-3 fw-bolder text-warning w-75 mt-sm-0 mt-5 mb-4">
{t('headers.headerHome.headLine')}
</h1>

<p className="hero-subtitle-home fs-5 text-white w-75 mb-5">
<p className="hero-subtitle-home fs-5 text-white w-50 mb-5">
{t('headers.headerHome.headerDescription')}
</p>

Expand Down
3 changes: 3 additions & 0 deletions src/front/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,9 @@ h6 {
color: transparent;
}
/* header contacto */
.header{
margin-bottom: 4rem !important;
}
.form-label-contact {
color: #60e0a5 !important;
}
Expand Down