Skip to content

Commit

Permalink
Color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecortes1997 committed Apr 19, 2024
1 parent 30063ad commit 27f73f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions about-us-astrodevs/src/components/Form/info_input/Input.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,8 @@ input:hover{
select:hover{
filter: drop-shadow(0 0 2em #63191d60);
}

label{
color: white;
}

8 changes: 4 additions & 4 deletions about-us-astrodevs/src/components/Form/title/Title.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
flex-direction: column;
align-items: center;
justify-content: flex-start;
color: white;
}

.subTitle h4{
.subTitle p{
font-family: "Poppins", sans-serif;
font-weight: 100;
font-style: normal;
font-weight: 300;
width: 43rem;
display: flex;
flex-direction: column;
Expand All @@ -21,5 +21,5 @@
justify-content: center;
font-size: large;
margin-top: -1rem;

font-size: small;
}
2 changes: 1 addition & 1 deletion about-us-astrodevs/src/components/Form/title/Title.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const Title = () => {
<h1>Contact us</h1>
</div>
<div className='subTitle'>
<h4>Our team of cosmic explorers is here to assist! Whether you’re pondering the mysteries of black holes, curious about the composition of distant galaxies, or simply want to share your passion for stargazing, we’re all ears.</h4>
<p>Our team of cosmic explorers is here to assist! Whether you’re pondering the mysteries of black holes, curious about the composition of distant galaxies, or simply want to share your passion for stargazing, we’re all ears.</p>
</div>

</>
Expand Down

0 comments on commit 27f73f8

Please sign in to comment.